agora mcp for Cursor
io.github.vorluno/agora-mcp
Shared per-repo space for Claude Code sessions: see activity, get collision warnings, notes.
client:Cursor
transport:stdio
runtime:npm
Install agora mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"agora-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@vorluno/agora-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs