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
İlgili Sunucular
Scout Monitoring MCP
sponsorPut performance and error data directly in the hands of your AI assistant.
Alpha Vantage MCP Server
sponsorAccess financial market data: realtime & historical stock, ETF, options, forex, crypto, commodities, fundamentals, technical indicators, & more
Pica MCP Server
An MCP server for Pica that enables seamless interaction with various third-party services through a standardized interface.
SCAST
Analyzes source code to generate UML and flow diagrams with AI-powered explanations.
Web Accessibility Testing (A11y MCP)
Test web pages and HTML for accessibility issues and WCAG compliance using Axe-core and Puppeteer.
esp-mcp
An MCP server for ESP-IDF workflows, enabling project builds, firmware flashing, and automated issue resolution from build logs.
Vibe Coder
An advanced MCP server for semantic routing, code generation, workflows, and AI-assisted development.
Remote MCP Server (Authless)
An authentication-free remote MCP server deployable on Cloudflare Workers.
Deepseek Thinking & Claude 3.5 Sonnet
Combines DeepSeek's reasoning capabilities with Claude 3.5 Sonnet's response generation through OpenRouter.
PageSpeed Analyzer MCP
Analyzes website performance, SEO, and accessibility using PageSpeed Insights API.
Polarion MCP Servers
MCP server for integrating with Polarion Application Lifecycle Management (ALM).
iOS MCP Server
An iOS mobile automation server using Appium and WebDriverAgent.