fixgraph-mcp
Search verified engineering fixes by error message or technology. Step-by-step solutions with trust scores, built for developers and AI agents.
FixGraph MCP Server
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.
Tools
| 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 |
Install
Claude Desktop / Cursor / Windsurf
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_..."
}
}
}
}
Get an API Key
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.
Example usage
Once installed, ask your AI assistant:
- "Search FixGraph for Docker container exits immediately"
- "Find fixes for npm ERESOLVE dependency conflict"
- "Check if there is a verified fix for ERR_OSSL_EVP_UNSUPPORTED"
Links
Servidores relacionados
Scout Monitoring MCP
patrocinadorPut performance and error data directly in the hands of your AI assistant.
Alpha Vantage MCP Server
patrocinadorAccess financial market data: realtime & historical stock, ETF, options, forex, crypto, commodities, fundamentals, technical indicators, & more
Sistema de Predicción Energética con IA
An AI-powered system for analyzing and predicting domestic energy consumption. It offers precise forecasts, historical pattern analysis, and personalized optimization recommendations through a conversational interface.
StatsWR MCP Server
A template for deploying a remote MCP server on Cloudflare Workers without authentication.
Pica MCP Server
An MCP server for Pica that enables seamless interaction with various third-party services through a standardized interface.
Criage MCP Server
An MCP server for the Criage package manager, providing full client functionality via the MCP protocol.
ForgeCraft
MCP server that generates production-grade engineering standards (SOLID, testing, architecture, CI/CD) for AI coding assistants
Postman MCP Server
Run Postman collections using Newman, with support for environment and global variables.
Godot MCP
MCP server for interacting with the Godot game engine, providing tools for editing, running, debugging, and managing scenes in Godot projects.
vigile-mcp
Security scanner for MCP servers and agent skills — query trust scores, check for vulnerabilities, and search the Vigile trust registry
Brainfaq
MCP server for the Brainfuck programming language that allows your favourite LLM to debug Brainfuck programs.
Knowledge Graph Memory Server
Enables persistent memory for Claude using a local knowledge graph of entities, relations, and observations.