Skip to main content
Glama

FixGraph MCP Server

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

Tools

Tool

Description

fixgraph_search

Search issues by error message, technology, or symptom

fixgraph_get_fixes

Get all verified fixes for a specific issue

fixgraph_submit_fix

Submit a new fix (requires API key)

Install

{
  "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.

Install Server
A
security – no known vulnerabilities
F
license - not found
A
quality - confirmed to work

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/jawdat6/fixgraph-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server