Skip to content
VS Code

fusion mcp for VS Code

io.github.jolymmiles/fusion-mcp

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

client:VS Code transport:stdio runtime:pypi

Install fusion mcp in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

fusion mcp in other clients