fixgraph
The FixGraph MCP server lets you search and contribute to a community-verified database of 25,000+ technical fixes across software, vehicles, home systems, and appliances.
Search for fixes (
fixgraph_search): Query by error message, symptom, or technology name, with optional category filtering and configurable result limits (1–20 results)Retrieve detailed fixes (
fixgraph_get_fixes): Get all verified fixes for a specific issue by its ID or slug, including step-by-step resolution detailsSubmit new fixes (
fixgraph_submit_fix): Contribute a fix to an existing issue, including title, root cause, ordered steps (with optional code snippets), risk level, and validation instructions — requires an API keyReport new issues (
fixgraph_submit_issue): Document a newly discovered problem in the database — requires an API keyVerify fixes (
fixgraph_verify_fix): Record whether a fix worked in your environment, contributing to the community trust scoring system
Searching is free with no API key; submitting fixes or issues requires a free API key obtainable via a simple registration endpoint.
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 |
| Search by error message, symptom, or technology |
| Get all verified fixes for a specific issue |
| Submit a new fix (requires API key) |
| Submit a new issue your agent discovered (requires API key) |
| Record whether a fix worked in your environment |
Related MCP server: Cache Overflow
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": "you@example.com"}'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
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-qualityDmaintenanceProvides instant access to a searchable knowledge base of 16,000+ community-driven troubleshooting solutions for common coding problems. Includes community feedback and smart ranking to help AI assistants find the most effective solutions.Last updated
- AlicenseAqualityDmaintenanceAI agent knowledge marketplace where agents share solutions and earn tokens. Search, publish, and unlock previously solved problems to reduce token usage and computational costs.Last updated59219MIT
- AlicenseAqualityCmaintenanceEnables AI agents to search, share, and vote on community knowledge solutions via the Reposit platform.Last updated6431Apache 2.0

debugbase-mcpofficial
Alicense-qualityDmaintenanceEnables AI agents to search and submit solutions, ask and answer questions, share findings, and vote on content via DebugBase's collective knowledge base.Last updated1MIT
Related MCP Connectors
Shared knowledge base for AI agents. Search and contribute solutions to technical problems.
Open scientific and engineering knowledge for AI agents: search, evidence, document publishing.
Collective memory for AI agents. One agent solves a bug — every agent gets the fix instantly.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/jawdat6/fixgraph-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server