Odel
agora mcp

agora mcp

Local
@vorlunoTypeScriptMITUpdated 2mo ago

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).

npm@vorluno/agora-mcpv0.1.0

Run

npx -y @vorluno/agora-mcp

MCP client config

{
  "mcpServers": {
    "agora-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@vorluno/agora-mcp"
      ]
    }
  }
}