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
เซิร์ฟเวอร์ที่เกี่ยวข้อง
Scout Monitoring MCP
ผู้สนับสนุนPut performance and error data directly in the hands of your AI assistant.
Alpha Vantage MCP Server
ผู้สนับสนุนAccess financial market data: realtime & historical stock, ETF, options, forex, crypto, commodities, fundamentals, technical indicators, & more
MCP Devkit
A persistent development partner that prevents context drift and maintains project memory across all development sessions.
Specifai
Integrate and automate Specifai projects with any MCP-compatible AI tool.
SonarCloud
Fetch SonarCloud issues related to pull requests.
Sionic AI Serverless RAG
Integrates LLM applications with RAG data sources and tools using the Model Context Protocol.
Remote MCP Server (Authless)
An example of a remote MCP server without authentication, deployable on Cloudflare Workers.
Blueprint MCP
Browser automation via MCP for Chrome and Firefox
Geo Location Demo
Retrieves user geolocation information using EdgeOne Pages Functions and integrates it with large language models via MCP.
MCP Java Bridge
A bridge for the MCP Java SDK that enables TCP transport support while maintaining stdio compatibility for clients.
Tabby-MCP-Server
A Tabby plugin implementing an MCP server for AI-powered terminal control and automation.
VideoDB
Server for advanced AI-driven video editing, semantic search, multilingual transcription, generative media, voice cloning, and content moderation.