jawdat6/fixgraph-mcp
FreeNot checkedSearch and contribute to a community-verified knowledge base of 25,000+ engineering issues and fixes. Find step-by-step solutions with trust scores, submit new
About
Search and contribute to a community-verified knowledge base of 25,000+ engineering issues and fixes. Find step-by-step solutions with trust scores, submit new issues, and verify fixes work in your environment.
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
Installing jawdat6/fixgraph-mcp
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/jawdat6/fixgraph-mcpFAQ
Is jawdat6/fixgraph-mcp MCP free?
Yes, jawdat6/fixgraph-mcp MCP is free — one-click install via Unyly at no cost.
Does jawdat6/fixgraph-mcp need an API key?
No, jawdat6/fixgraph-mcp runs without API keys or environment variables.
Is jawdat6/fixgraph-mcp hosted or self-hosted?
Self-hosted: the server runs locally on your machine via the install command above.
How do I install jawdat6/fixgraph-mcp in Claude Desktop, Claude Code or Cursor?
Open jawdat6/fixgraph-mcp on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
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 jawdat6/fixgraph-mcp with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All development MCPs
