superrecall

madisonoliviaa/superrecall
★ 0 stars Python 🔌 API Integration Updated today
Semantic search for SuperPlane workflow issues — MCP server + ChromaDB + REST API
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "superrecall": {
      "command": "uvx",
      "args": [
        "superrecall"
      ]
    }
  }
}

Or install with pip: pip install superrecall

README Excerpt

> **Semantic search for SuperPlane workflow issues.** > Your team's collective ops memory — log what went wrong, what fixed it, and search by *meaning*, not keywords. --- Your ops team has **collective amnesia**. Every workflow issue gets solved from scratch because nobody remembers that the same thing happened 3 months ago. The fix is buried in a Slack thread nobody can find.