Frontier-grade answers from any mix of models — a local MCP server bringing OpenRouter's Fusion panel architecture to any MCP client. Bring your own keys.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"openfusion": {
"command": "npx",
"args": [
"-y",
"hashangit/openfusion"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add openfusion npx -y hashangit/openfusion
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"openfusion": {
"command": "npx",
"args": [
"-y",
"hashangit/openfusion"
]
}
}
}
📋 Copy