MCP Directory
Back

ctxvault

by Filippo-Venturini · Python · ★ 52

Local memory infrastructure for AI agents. Store knowledge and skills in isolated vaults you compose, control and query.

#agentic-ai#ai-agents#chromadb#claude#cli-tool#embeddings#fastapi#knowledge-base#langchain#llm#local-first#mcp#model-context-protocol#multi-agent#persistent-memory#python#rag#semantic-search#vector-database

Install

pip install git+https://github.com/Filippo-Venturini/ctxvault.git

Claude Desktop config

Add this to your claude_desktop_config.json:

{
  "mcpServers": {
    "ctxvault": {
      "command": "uvx",
      "args": [
        "git+https://github.com/Filippo-Venturini/ctxvault.git"
      ]
    }
  }
}

From the README

Local memory infrastructure for AI agents Isolated vaults. Typed memory. Agent-autonomous. Human-observable. [](https://opensource.org/licenses/MIT) [](https://pypi.org/project/ctxvault/) [Installation](#installation) • [Quick Start](#quick-start) • [Examples](#examples) • [Documentation](#documentation) • [API Reference](#api-reference) Classical cognitive architectures — from [ACT-R (Anderson et al., 2004)](https://en.wikipedia.org/wiki/ACT-R) to [CoALA (Sumers et al., 2024)](https://arxiv.org/abs/2309.02427) — separate an agent's long-term memory into distinct modules: semantic memory fo…
Read full README on GitHub →

💡 Need a managed MCP host?

Try Claude Pro for the smoothest MCP experience, or browse our cloud-hosted servers.

Related databases servers