Skip to content
Cursor

fusion mcp for Cursor

io.github.jolymmiles/fusion-mcp

Local Fusion MCP: panel->judge->synthesis on the Claude CLI subscription, no OpenRouter.

client:Cursor transport:stdio runtime:pypi

Install fusion mcp in Cursor

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

{
  "mcpServers": {
    "fusion-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "fusion-mcp"
      ]
    }
  }
}

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

fusion mcp in other clients