Odel
fixgraph mcp

fixgraph mcp

Local
@jawdat63JavaScriptMITUpdated 5mo ago

Search 25K+ verified engineering fixes by error or technology. For developers and AI agents.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmfixgraph-mcpv1.0.2

Run

npx -y fixgraph-mcp

MCP client config

{
  "mcpServers": {
    "fixgraph-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "fixgraph-mcp"
      ]
    }
  }
}