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
Serveurs connexes
Alpha Vantage MCP Server
sponsorAccess financial market data: realtime & historical stock, ETF, options, forex, crypto, commodities, fundamentals, technical indicators, & more
MCP Demo Server
A reference implementation of a Model Context Protocol (MCP) server with example tools, prompts, and resources.
pyATS
Interact with network devices using Cisco's pyATS and Genie libraries for model-driven automation.
Seiro MCP
Seiro MCP is an MCP server and Skills that enables autonomous build workflows for visionOS (Swift) apps using Codex CLI / App.
tokentoll
Scan codebases for LLM API calls and estimate monthly costs. Compare costs between git refs to catch cost regressions during code review.
Dappier MCP Server
An MCP server for interacting with Dappier's Retrieval-Augmented Generation (RAG) models.
Vega-Lite
Generate visualizations from fetched data using the VegaLite format and renderer.
smartbear
One stop access to all smartbear products
OPNsense MCP Server
A comprehensive MCP server for managing OPNsense firewalls, offering over 300 tools for configuration and monitoring.
Lingo.dev
Make your AI agent speak every language on the planet, using Lingo.dev Localization Engine.
Remote MCP Server (Authless)
An example of a remote MCP server without authentication, deployable on Cloudflare Workers.