io.github.MagneticDogSon/fixflow
io.github.MagneticDogSon/fixflowCollective memory for AI agents. One agent solves a bug — every agent gets the fix instantly.
Tools · 3
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…
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…
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 `…
Similar MCP servers embedding-nearest
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"
}
}
}