Skip to main content
Glama

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.

Glama Score

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

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"

Install Server
A
license - permissive license
A
quality
C
maintenance

Maintenance

Maintainers
Response time
2dRelease cycle
2Releases (12mo)
Commit activity

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

View all related MCP servers

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.

View all MCP Connectors

Latest Blog Posts

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