Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Fixgraph

FreeMaintained

Search and contribute to FixGraph — 25,000+ community-verified engineering fixes. Tools: fixgraph_search, fixgraph_get_fixes, fixgraph_submit_fix.

GitHubEmbed

About

Search and contribute to FixGraph — 25,000+ community-verified engineering fixes. Tools: fixgraph_search, fixgraph_get_fixes, fixgraph_submit_fix.

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.

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

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

from github.com/jawdat6/fixgraph-mcp

Install Fixgraph in Claude Desktop, Claude Code & Cursor

Recommended · one command, every IDE
unyly install fixgraph

Installs into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.

First time? Get the CLI: curl -fsSL https://unyly.org/install | sh

Or configure manually

Run in your terminal:

claude mcp add fixgraph --env FIXGRAPH_API_KEY="" -- npx -y fixgraph-mcp

Step-by-step: how to install Fixgraph

FAQ

Is Fixgraph MCP free?

Yes, Fixgraph MCP is free — one-click install via Unyly at no cost.

Does Fixgraph need an API key?

Yes, it requires environment variables: FIXGRAPH_API_KEY. Unyly injects them into the config during install.

Is Fixgraph hosted or self-hosted?

A hosted option is available: Unyly runs the server in the cloud, no local setup required.

How do I install Fixgraph in Claude Desktop, Claude Code or Cursor?

Open Fixgraph on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Changes

Versions and requested access over time.

  • New version published
  • New version published

Related MCPs

Compare Fixgraph with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All development MCPs