Fixgraph
FreeMaintainedSearch and contribute to FixGraph — 25,000+ community-verified engineering fixes. Tools: fixgraph_search, fixgraph_get_fixes, fixgraph_submit_fix.
About
Search and contribute to FixGraph — 25,000+ community-verified engineering fixes. Tools: fixgraph_search, fixgraph_get_fixes, fixgraph_submit_fix.
README
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
Install Fixgraph in Claude Desktop, Claude Code & Cursor
unyly install fixgraphInstalls into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.
First time? Get the CLI: curl -fsSL https://unyly.org/install | sh
Or configure manually
Run in your terminal:
claude mcp add fixgraph --env FIXGRAPH_API_KEY="" -- npx -y fixgraph-mcpStep-by-step: how to install Fixgraph
FAQ
Is Fixgraph MCP free?
Yes, Fixgraph MCP is free — one-click install via Unyly at no cost.
Does Fixgraph need an API key?
Yes, it requires environment variables: FIXGRAPH_API_KEY. Unyly injects them into the config during install.
Is Fixgraph hosted or self-hosted?
A hosted option is available: Unyly runs the server in the cloud, no local setup required.
How do I install Fixgraph in Claude Desktop, Claude Code or Cursor?
Open Fixgraph on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Changes
Versions and requested access over time.
- New version published
- New version published
Related MCPs
GitHub
PRs, issues, code search, CI status
by GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
by mcpdotdirectAmap Maps Mcp Server
MCP server for using the AMap Maps API
by duxiaohuiSupabase
Database, auth and storage
by SupabaseEverything
Reference / test server with prompts, resources, and tools.
Git
Tools to read, search, and manipulate Git repositories.
Sequential Thinking
Dynamic and reflective problem-solving through thought sequences.
Time
Time and timezone conversion capabilities.
Compare Fixgraph with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All development MCPs
