Back to Browse

Fixgraph MCP Server

by Jawdat6
Developer ToolsLow Risk8.0MCP RegistryLocal
Free

Server data from the Official MCP Registry

Search 25K+ verified engineering fixes by error or technology. For developers and AI agents.

About

Search 25K+ verified engineering fixes by error or technology. For developers and AI agents.

Security Report

8.0
Low Risk8.0Low Risk

Valid MCP server (2 strong, 4 medium validity signals). 2 known CVEs in dependencies (0 critical, 2 high severity) Package registry verified. Imported from the Official MCP Registry.

3 files analyzed · 3 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

env_vars

Check that this permission is expected for this type of plugin.

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-jawdat6-fixgraph-mcp": {
      "args": [
        "-y",
        "fixgraph-mcp"
      ],
      "command": "npx"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

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

ToolDescription
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

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

Reviews

No reviews yet

Be the first to review this server!

Fixgraph MCP Server - Search 25K+ verified engineering fixes by error or | MCP Marketplace