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