MCPFusion

PivotLLM/MCPFusion
★ 0 stars Go 🧠 Memory/Knowledge Updated today
Configuration-driven MCP server, hub, and memory
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcpfusion": {
      "command": "go",
      "args": [
        "run",
        "github.com/PivotLLM/MCPFusion@latest"
      ]
    }
  }
}