Skip to content
Cursor

arena for Cursor

io.github.dravensoft-dev/arena

Arena by Dravensoft over MCP: the router, the references and every component document.

client:Cursor transport:stdio runtime:npm

Install arena in Cursor

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

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

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

arena in other clients