Store and retrieve agent memories with automatic decay weighting and provenance tracking. Built for developers building multi-turn AI agents that need persistent, context-aware recall across conversations.
io.github.kira-autonoma/agent-memory-mcp
Local install
STDIO
No auth required
How models use it and what it is built for.
Store and retrieve agent memories with automatic decay weighting and provenance tracking. Built for developers building multi-turn AI agents that need persistent, context-aware recall across conversations.
Local install — runs as a subprocess.
Configuration this server reads at startup.
Path to SQLite database file (default: ~/.agent-memory/memory.db)
Where to find authoritative docs and source for Kira Autonoma Agent Memory.
Paste any of these into Agent Studio after connecting Kira Autonoma Agent Memory.
Common questions about connecting and running Kira Autonoma Agent Memory.
What is provenance tracking in agent-memory-mcp?
Provenance tracking records the origin, timestamp, and context of each stored memory, enabling the server to weight recall by reliability and freshness. This helps agents distinguish between high-confidence facts and uncertain or outdated information.
How do I configure where memories are stored?
Set the MEMORY_DB_PATH environment variable to point to your SQLite database file. By default, it stores memories at ~/.agent-memory/memory.db. You can customize this path when installing or running the MCP server.
Does agent-memory-mcp support multi-agent scenarios?
The server uses a single SQLite database (configurable via MEMORY_DB_PATH), so multiple agents can share the same memory store. Provenance tracking helps distinguish which agent or context created each memory.
What is decay-weighted recall?
Decay-weighted recall automatically reduces the relevance score of older memories over time, so recent information is prioritized during retrieval. This mimics human memory and prevents stale data from dominating agent decisions.
Can I use agent-memory-mcp without a database setup?
No, the server requires a SQLite database. However, setup is minimal—just set MEMORY_DB_PATH to a writable location, and the server will initialize the database on first run.
MCP Playground runs 10,000+ hosted MCP servers — GitHub, Linear, Notion, Stripe, Sentry and more — across Claude, GPT, Gemini, DeepSeek and 60+ AI models. Compare model answers side-by-side, save agent presets, share runs. Zero install.
Open Agent StudioJudges Panel
45 judges that evaluate AI-generated code for security, cost, and quality with built-in AST.
Addozhang Nexus
Query Sonatype Nexus Repository (OSS/Pro) for Maven, Python, and Docker artifacts
Cyanheads MCP Ts Template
TypeScript template for building MCP servers with declarative tooling, observability, and auth.
Chernistry Bernstein
Declarative agent orchestration for engineering teams