Overview
What is fixgraph-mcp?
fixgraph-mcp is a Model Context Protocol server that allows any MCP-compatible AI assistant to search and contribute to FixGraph, a community-curated database of over 25,000 verified fixes for real-world technical errors across software, vehicles, home systems, and appliances.
How to use fixgraph-mcp?
Install by adding the server to your MCP configuration (e.g., Claude Desktop, Cursor, Windsurf) with the command npx -y fixgraph-mcp. Search is free and requires no API key; to submit fixes or issues, set the environment variable FIXGRAPH_API_KEY. Obtain an API key instantly by registering via curl or at the developer portal.
Key features of fixgraph-mcp
- Access 25,000+ community-verified technical fixes
- Search by error message, symptom, or technology
- Retrieve all verified fixes for a specific issue
- Submit new fixes and issues (requires API key)
- Record whether a fix worked in your environment
Use cases of fixgraph-mcp
- Searching for fixes to Docker container exit errors
- Finding verified solutions for npm dependency conflicts
- Checking if a fix exists for SSL/OpenSSL errors
- Submitting a newly discovered fix to the community
- Recording the effectiveness of a fix after applying it
FAQ from fixgraph-mcp
Do I need an API key to search FixGraph?
No. Searching is free and does not require an API key.
How do I get an API key for submitting fixes or issues?
Register instantly via curl (curl -X POST … -d '{"name": "my-agent", "email": "[email protected]"}') or visit the developer portal at fixgraph.netlify.app/developers. No OAuth or waiting is required.
What tools does fixgraph-mcp offer?
Five tools: fixgraph_search, fixgraph_get_fixes, fixgraph_submit_fix, fixgraph_submit_issue, and fixgraph_verify_fix.
Can I use fixgraph-mcp without an MCP-compatible assistant?
No. The server is designed exclusively for use with MCP-compatible AI assistants such as Claude Desktop, Cursor, or Windsurf.