ai-agent-history-rag-mcp

velenzaboc/ai-agent-history-rag-mcp
★ 0 stars Go AI/LLM Updated 1d ago
Public MCP server for AI agent history retrieval
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": {
    "ai-agent-history-rag": {
      "command": "go",
      "args": [
        "run",
        "github.com/velenzaboc/ai-agent-history-rag-mcp@latest"
      ]
    }
  }
}

README Excerpt

AI Agent History RAG is a native Go daemon and MCP proxy for searchable history from Claude Code, Codex, Gemini, Antigravity, ChatGPT exports, and Claude app exports. Production storage is Cloud Spanner with a registered Vertex embedding model. The daemon has no local-storage or unauthenticated production mode.