Shared per-repo space for Claude Code sessions: see activity, get collision warnings, notes.
Runs locally over stdio
This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
npx -y @vorluno/agora-mcp
MCP client config
{
"mcpServers": {
"agora-mcp": {
"command": "npx",
"args": [
"-y",
"@vorluno/agora-mcp"
]
}
}
}