MCP server/search

FixGraph MCP Server

25,000+ community-verified fixes for real-world technical errors

★ 1jawdat6/fixgraph-mcp ↗by jawdat6updated
1

Add it to Claude Code

claude mcp add fixgraph -- npx -y fixgraph-mcp
2

Make your agent remember this setup

fixgraph's config, env vars, and the gotchas you hit — recalled in every future Claude Code, Cursor, and Codex session.

npx conare@latest

Free · one command · indexes the sessions already on disk. Set up in the browser instead →

What it does

  • Access to a database of over 25,000 community-verified technical fixes
  • Search capabilities for error messages, symptoms, and technologies
  • Ability to submit new fixes and issues directly from an AI assistant
  • Verification tracking to record if a fix worked in your specific environment

Tools 5

fixgraph_searchSearch by error message, symptom, or technology
fixgraph_get_fixesGet all verified fixes for a specific issue
fixgraph_submit_fixSubmit a new fix (requires API key)
fixgraph_submit_issueSubmit a new issue your agent discovered (requires API key)
fixgraph_verify_fixRecord whether a fix worked in your environment

Environment Variables

FIXGRAPH_API_KEYAPI key required for submitting fixes or issues

Try it

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
Search for common fixes related to Python environment path issues
Original README from jawdat6/fixgraph-mcp

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

Frequently Asked Questions

What are the key features of FixGraph?

Access to a database of over 25,000 community-verified technical fixes. Search capabilities for error messages, symptoms, and technologies. Ability to submit new fixes and issues directly from an AI assistant. Verification tracking to record if a fix worked in your specific environment.

What can I use FixGraph for?

Quickly resolving common software dependency conflicts during development. Troubleshooting recurring system errors in production environments. Contributing verified solutions to the community database after solving a unique technical problem. Automating the discovery of potential fixes for reported application errors.

How do I install FixGraph?

Install FixGraph by running: npx -y fixgraph-mcp

What MCP clients work with FixGraph?

FixGraph works with any MCP-compatible client including Claude Desktop, Claude Code, Cursor, and other editors with MCP support.

Conare · memory for coding agents

Turn this server into reusable context

Keep FixGraph docs, env vars, and workflow notes in Conare so your agent carries them across sessions.

Set up free$npx conare@latest