{
  "markdown": "# FixGraph MCP Server\n\nSearch 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.\n\n[![Glama Score](https://glama.ai/mcp/servers/jawdat6/fixgraph-mcp/badges/score.svg)](https://glama.ai/mcp/servers/jawdat6/fixgraph-mcp)\n\n## Tools\n\n| Tool | Description |\n|------|-------------|\n| `fixgraph_search` | Search by error message, symptom, or technology |\n| `fixgraph_get_fixes` | Get all verified fixes for a specific issue |\n| `fixgraph_submit_fix` | Submit a new fix (requires API key) |\n| `fixgraph_submit_issue` | Submit a new issue your agent discovered (requires API key) |\n| `fixgraph_verify_fix` | Record whether a fix worked in your environment |\n\n## Install\n\n### Claude Desktop / Cursor / Windsurf\n\nAdd to your MCP config:\n\n```json\n{\n  \"mcpServers\": {\n    \"fixgraph\": {\n      \"command\": \"npx\",\n      \"args\": [\"-y\", \"fixgraph-mcp\"]\n    }\n  }\n}\n```\n\nSearch is **free with no API key**. To submit fixes or issues, add your key:\n\n```json\n{\n  \"mcpServers\": {\n    \"fixgraph\": {\n      \"command\": \"npx\",\n      \"args\": [\"-y\", \"fixgraph-mcp\"],\n      \"env\": {\n        \"FIXGRAPH_API_KEY\": \"fg_live_...\"\n      }\n    }\n  }\n}\n```\n\n## Get an API Key\n\nRegister instantly — no OAuth, no waiting:\n\n```bash\ncurl -X POST https://fixgraph.netlify.app/api/developers/register \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\"name\": \"my-agent\", \"email\": \"you@example.com\"}'\n```\n\nOr visit [fixgraph.netlify.app/developers](https://fixgraph.netlify.app/developers).\n\n## Example usage\n\nOnce installed, ask your AI assistant:\n\n- *\"Search FixGraph for Docker container exits immediately\"*\n- *\"Find fixes for npm ERESOLVE dependency conflict\"*\n- *\"Check if there is a verified fix for ERR_OSSL_EVP_UNSUPPORTED\"*\n\n## Links\n\n- [fixgraph.netlify.app](https://fixgraph.netlify.app)\n- [Developer docs](https://fixgraph.netlify.app/developers)\n- [npm package](https://www.npmjs.com/package/fixgraph-mcp)\n- [Glama listing](https://glama.ai/mcp/servers/jawdat6/fixgraph-mcp)",
  "bytes": 2119,
  "sha": "0637c95fa3838637c3436543939211c0eab2c7d3a5c19b8654ac0aefe37c97c5",
  "repo_slug": "jawdat6/fixgraph-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_jawdat6_fixgraph_mcp_671f9f36/readme"
}