DecisionsSearch

Renzo-Tognella/DecisionsSearch
★ 0 stars Python AI/LLM Updated 1d ago
Persistent memory for AI agents — MCP server with hybrid graph+vector search, agent skills suite, and an autonomous error investigator
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

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

Add to claude_desktop_config.json:

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

Or install with pip: pip install decisionssearch

README Excerpt

> **Hybrid Memory Server for AI Agents** — an MCP server with persistent shared memory (Neo4j + Qdrant) and an autonomous CI/CD error investigator that finds root causes and proposes fixes. 🇧🇷 **[Leia em Português](README.pt-BR.md)** AI coding agents forget everything the moment a session ends. The next session — yours or a teammate's — re-derives the same context, re-litigates the same decisions, and repeats mistakes the team already fixed once. CI/CD pipelines have the same blind spot: errors

Tools (20)

ArchitecturalDecisionBusinessRuleCodePatternDECISIONSSEARCH_ENABLE_OPERATOR_TOOLSDECISIONSSEARCH_LEDGER_BACKENDDECISIONSSEARCH_PROJECTDesignPatternDesignRuleEMBEDDING_PROVIDERFeatureDescriptionLLM_API_KEYLLM_PROVIDERNEO4J_PASSWORDNEO4J_URIOPENROUTER_API_KEYOPENROUTER_EMBEDDING_ZDROPENROUTER_RERANK_MODELOPENROUTER_RERANK_ZDRPRMemoryQDRANT_HOST