Fixgraph MCP

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. Its 5 documented tools cover fixgraph, submit, fix. It runs locally over stdio via the published package.

People connecting this server to Claude, Cursor, VS Code, or another MCP client. The project is written in JavaScript.

VERIFIED ACTIVE

LAST COMMIT 2026-03-24 · ★ 3 · #633 OF 848 MAINTAINED OTHER · VERIFIED 2026-08-25

MIT · JavaScript servers · how we verify → /methodology

01 · Install Fixgraph MCP

before you install - you'll need

FIXGRAPH_API_KEY

Environment variables documented in the project's README - it lists which are required and which have defaults.

Claude Code

claude mcp add jawdat6-fixgraph-mcp -- npx -y fixgraph-mcp

Claude Desktop / Cursor / VS Code - add to config

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

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

npm package fixgraph-mcp - unscoped; check the name against the project README before installing

registry namespace io.github.jawdat6 is GitHub-verified and matches the repo owner

03 · What Fixgraph MCP can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

With this server connected, an agent can search by error message, symptom, or technology, and get all verified fixes for a specific issue.

The 5 tools it gives your agent

Extracted from the project's README - what fixgraph-mcp lets an agent do.

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

Latest releases

v1.0.1 · 2026-03-20

Add glama.json metadata, fix README package name, improve install instructions.

v0.1.0 · 2026-03-18

Initial release - · fixgraph_search, fixgraph_get_fixes, fixgraph_submit_fix

04 · Who maintains Fixgraph MCP

fixgraph-mcp is maintained by jawdat6. It's the only MCP server we track from this author; the repo dates to Mar 2026.

05 · Facts

category
other - ranked #633 of 848 actively-maintained other servers as of 2026-08-25.
registry
io.github.jawdat6/fixgraph-mcp (active, first published 2026-03-20)
packages
npm:fixgraph-mcp

06 · Fixgraph MCP FAQ

Is Fixgraph MCP still maintained?

Yes - as of 2026-08-25, its last commit was 2026-03-24. We re-verify nightly.

What can Fixgraph MCP do?

With this server connected, an agent can search by error message, symptom, or technology, and get all verified fixes for a specific issue.

How do I install Fixgraph MCP?

Run `npx -y fixgraph-mcp`. The README documents one environment variable (FIXGRAPH_API_KEY) to set first. You can also paste the ready-made client config above.

Does Fixgraph MCP run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Fixgraph MCP