MCP Hub
Back to servers

fixgraph

Search and contribute to FixGraph — 25,000+ community-verified engineering fixes. Tools: fixgraph_search, fixgraph_get_fixes, fixgraph_submit_fix.

glama
Forks
1
Updated
Mar 18, 2026

FixGraph MCP Server

Search and contribute to FixGraph — 25,000+ community-verified engineering fixes — directly from any MCP-compatible AI assistant.

Tools

ToolDescription
fixgraph_searchSearch issues by error message, technology, or symptom
fixgraph_get_fixesGet all verified fixes for a specific issue
fixgraph_submit_fixSubmit a new fix (requires API key)

Install

npx (recommended)

{
  "mcpServers": {
    "fixgraph": {
      "command": "npx",
      "args": ["-y", "@jawdat6/fixgraph-mcp"],
      "env": {
        "FIXGRAPH_API_KEY": "your_api_key_optional"
      }
    }
  }
}

Docker

{
  "mcpServers": {
    "fixgraph": {
      "command": "docker",
      "args": ["run", "-i", "--rm", "-e", "FIXGRAPH_API_KEY", "jawdat6/fixgraph-mcp"],
      "env": {
        "FIXGRAPH_API_KEY": "your_api_key_optional"
      }
    }
  }
}

API Key

Search is free and requires no key. To submit fixes, get a key at fixgraph.netlify.app.

Links

Reviews

No reviews yet

Sign in to write a review