Skip to content
Cursor

Magg for Cursor

io.github.sitbon/magg

Aggregates and proxies other MCP servers, letting LLMs discover, add, and manage tools at runtime.

client:Cursor transport:stdio runtime:pypi

Install Magg in Cursor

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

{
  "mcpServers": {
    "magg": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "magg"
      ]
    }
  }
}

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

Magg in other clients