S
Sdamgia MCP Server
by @art22017
MCP (Model Context Protocol) server for interacting with the СДАМ ГИА educational platform. This server enables LLMs to search and retrieve exam problems, solutions, and answers across multiple subjects.
Created 2/16/2026
Updated 8 days ago
README
Repository documentation and setup instructions
GitHub API error: 403
Quick Setup
Installation guide for this server
Install Package (if required)
npx @modelcontextprotocol/server-sdamgia-mcp-server
Cursor configuration (mcp.json)
{
"mcpServers": {
"art22017-sdamgia-mcp-server": {
"command": "npx",
"args": [
"art22017-sdamgia-mcp-server"
]
}
}
}