FixGraph MCP Server
Search and contribute to FixGraph — 25,000+ community-verified engineering fixes — directly from any MCP-compatible AI assistant.
Tools
Tool | Description |
| Search issues by error message, technology, or symptom |
| Get all verified fixes for a specific issue |
| Submit 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.