ironbridge-memory-rag

habibaayman2/ironbridge-memory-rag
★ 0 stars Python AI/LLM Updated today
Extension of the IronBridge MCP Server with Memory Systems, Context Management, and RAG.
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": {
    "ironbridge-memory-ra": {
      "command": "uvx",
      "args": [
        "ironbridge-memory-rag"
      ]
    }
  }
}

Or install with pip: pip install ironbridge-memory-rag

README Excerpt

This section covers the second lab: giving the same agent long-term memory and grounded retrieval over documents it can't reach through a tool call. See `memory/`, `context_eval/`, `rag/`, and `retrieval_eval/` for the implementations; this section is the shared problem-framing writeup, one subsection per person, followed by a project-wide summary