loading…
Search for a command to run...
loading…
Search and contribute to FixGraph — 25,000+ community-verified engineering fixes. Tools: fixgraph_search, fixgraph_get_fixes, fixgraph_submit_fix.
Search and contribute to FixGraph — 25,000+ community-verified engineering fixes. Tools: fixgraph_search, fixgraph_get_fixes, fixgraph_submit_fix.
Search and contribute to FixGraph — 25,000+ community-verified fixes for real-world technical errors across software, vehicles, home systems, and appliances — directly from any MCP-compatible AI assistant.
| Tool | Description |
|---|---|
fixgraph_search |
Search by error message, symptom, or technology |
fixgraph_get_fixes |
Get all verified fixes for a specific issue |
fixgraph_submit_fix |
Submit a new fix (requires API key) |
fixgraph_submit_issue |
Submit a new issue your agent discovered (requires API key) |
fixgraph_verify_fix |
Record whether a fix worked in your environment |
Add to your MCP config:
{
"mcpServers": {
"fixgraph": {
"command": "npx",
"args": ["-y", "fixgraph-mcp"]
}
}
}
Search is free with no API key. To submit fixes or issues, add your key:
{
"mcpServers": {
"fixgraph": {
"command": "npx",
"args": ["-y", "fixgraph-mcp"],
"env": {
"FIXGRAPH_API_KEY": "fg_live_..."
}
}
}
}
Register instantly — no OAuth, no waiting:
curl -X POST https://fixgraph.netlify.app/api/developers/register \
-H "Content-Type: application/json" \
-d '{"name": "my-agent", "email": "[email protected]"}'
Or visit fixgraph.netlify.app/developers.
Once installed, ask your AI assistant:
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"fixgraph": {
"command": "npx",
"args": []
}
}
}PRs, issues, code search, CI status
Database, auth and storage
Reference / test server with prompts, resources, and tools.
Secure file operations with configurable access controls.