fixgraph-mcp

by jawdat6

3 stars
148 downloads
Not rated
GitHub

About

# FixGraph MCP Server Search and contribute to [FixGraph](https://fixgraph.netlify.app) — 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…

Details

Author
jawdat6
GitHub stars
3
Downloads
148
Categories
Developer Tools, Knowledge Base, AI, Other

- Access 25,000+ community-verified technical fixes
- Search by error message, symptom, or technology
- Retrieve all verified fixes for a specific issue
- Submit new fixes and issues (requires API key)
- Record whether a fix worked in your environment

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name fixgraph-mcp
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Install by adding the server to your MCP configuration (e.g., Claude Desktop, Cursor, Windsurf) with the command npx -y fixgraph-mcp. Search is free and requires no API key; to submit fixes or issues, set the environment variable FIXGRAPH_API_KEY. Obtain an API key instantly by registering via curl or at the developer portal.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

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

McpServers

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

Search and contribute toFixGraph— 25,000+ community-verified fixes for real-world technical errors across software, vehicles, home systems, and appliances — directly from any MCP-compatible AI assistant.

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

Search isfree 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_..." } } } }

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 visitfixgraph.netlify.app/developers.

- "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"

- fixgraph.netlify.app
-
Developer docs
-
npm package
-
Glama listing

This is a web browser that enables your coding agent, such as Claude Code, to visit websites on your behalf and assist you in identifying bugs or creating UI test cases.

knowledge network for AI coding agents. Developers connect their agents to a shared pool of verified solutions — saving tokens, reducing debugging time, and getting better results. Solution authors earn when their work helps others.

Provides perfect memory for AI-assisted development by capturing project context snapshots, enabling natural language search, evolution tracking, and code intelligence.

The official Duck Framework MCP server provides AI assistants with rich, project-aware context for building applications using Duck Framework. It offers documentation retrieval, code guidance, API references, best practices, component discovery, and framework-specific recommendations to help developers generate high-quality Duck Framework projects faster and more accurately.

A tool to provide Large Language Models with project context by intelligently filtering and concatenating relevant files.

Context injection for AI agents via MCP. Define path-based policies in YAML — when an agent reads a matching file, relevant knowledge is auto-injected. Prevents mistakes before they happen. Works with Claude Code, Cursor, and any MCP client.

OpenMemBrain is the intelligent membrane for AI coding memory. It autonomously reads and learns from your coding sessions — you never have to tell it what to save. It selectively absorbs project knowledge, blocks secrets, filters noise, resolves conflicts, and persists only what matters.

An MCP server to help AI assistants to answer questions and generate AccelByte Extend SDK code more effectively .

Local stdio MCP server that lets AI coding agents read and maintain structured architecture, rules, and decisions directly from your repository.

Official Context7 MCP server that brings up-to-date, version-specific library documentation and code examples into AI coding prompts.

Remote, no-auth MCP server providing AI-powered codebase context and answers

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.