Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Fixgraph

БесплатноНе проверен

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

GitHubEmbed

Описание

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

Установить Fixgraph в Claude Desktop, Claude Code, Cursor

Рекомендуется · одна команда, все IDE
unyly install fixgraph

Ставит в Claude Desktop, Claude Code, Cursor и VS Code — сам разбирается с npx, uvx и сборкой из исходников.

Впервые? Поставь CLI: curl -fsSL https://unyly.org/install | sh

Или настроить вручную

Выполни в терминале:

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

Пошаговые гайды: как установить Fixgraph

FAQ

Fixgraph MCP бесплатный?

Да, Fixgraph MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для Fixgraph?

Нет, Fixgraph работает без API-ключей и переменных окружения.

Fixgraph — hosted или self-hosted?

Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.

Как установить Fixgraph в Claude Desktop, Claude Code или Cursor?

Открой Fixgraph на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare Fixgraph with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории development