Skip to content
Cursor

server for Cursor

io.github.aidemd-mcp/server

MCP server that teaches any AI agent the AIDE methodology via progressive disclosure

client:Cursor transport:stdio runtime:npm

Install server in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "server": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@aidemd-mcp/server"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

server in other clients