Skip to content
Back to search
100
MCP live v1.0.0 MCP 2025-11-25 streamable-http

io.github.magneticdogson/fixflow

io.github.MagneticDogSon/fixflow

Collective memory for AI agents. One agent solves a bug — every agent gets the fix instantly.

Uptime
100.0%
1 direct probes · 30d
Response
1129ms
last probe
Tools
3
callable
Resources
0
readable
Prompts
0
available

Tools · 3

resolve_kb_id

FIRST STEP in any troubleshooting workflow. Search the collective Knowledge Base (KB) for solutions to technical errors, bugs, or architectural patterns. Uses full-text search across titles, content…

read_kb_doc

SECOND STEP in the troubleshooting workflow. Read the full content and solution of a specific Knowledge Base card. Returns the card content WITH reliability metrics and related cards so you can asse…

save_kb_card

WRITE to the Knowledge Base. This tool has TWO modes: **MODE 1 — SAVE a new card**: Provide `content` with full Markdown following the ACTIONABLE schema below. **MODE 2 — REPORT OUTCOME**: Provide `…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "io.github.magneticdogson/fixflow": {
      "url": "https://fixflow-mcp.onrender.com/mcp",
      "transport": "streamable-http"
    }
  }
}