agimem
Hosted MCP server for persistent, shared AI agent memory
Documentation
Give your AI agents a memory that lasts
Stop re-explaining your codebase, your conventions, and yesterday's work to every new chat. agimem is a hosted memory server your agents read and write - so context survives the session, the project, and the tool.
Create your first CapsuleSee real use cases
- Free - no credit card
- Setup in under a minute
Works with
ClaudeCursorWindsurfVS CodeAny MCP client
project-api Capsule
shared memory
Cursor · learned today
Add an index before shipping a new user lookup field. The last unindexed lookup caused a production rollback.
database/indexed-lookups
Stored once. Available to every agent with access to this Capsule.
Claude · recalled next week
I found the earlier lookup incident. I'll include the index in this change.
Stored once. Recalled by any agent with access.
Open MCP standard
No lock-in. Works with any compliant client.
Isolated by design
Separate Capsules, each with its own scoped key.
Audit logging built in
Every change is timestamped and traceable.
MCP and REST APIs
Use the open protocol or integrate over standard HTTP.
How it works
Persistent memory in three steps
From zero to agents that remember in under a minute - create a Capsule, generate a key, and point any MCP client at it.
01
Create a Capsule
A Capsule is an isolated key-value store. Create one per agent, project, or use case.
02
Generate an API key
Each Capsule gets its own API key. Share it only with the agent that needs access.
03
Connect your agent
Point any MCP-compatible client at the Capsule with your key, or use the REST API. Agents can now remember things.
Show me the raw MCP config
▾
mcp-config.json
See it in action
Every memory makes the next agent smarter
Browse your Capsules, inspect what agents have stored, and watch context build up across every session.
Live demoDashboard
Three quick sessions across Cursor and Claude. One memory grows, gets recalled, and saves the next agent from starting from scratch.
Use cases
Built for the way agents actually work
Whether you're a solo developer or a team running fleets of agents, persistent memory means fewer repeated prompts and cleaner handoffs.
For developersFor teams
Coding conventions
Your style, every repo
Project structure, naming rules, and preferred libraries live in memory so your agent starts with your conventions instead of guessing.
e.g. “Always use Drizzle, never Prisma. Server actions live in lib/.”
Project onboarding
Drop into any codebase
Architecture notes, tech debt, and environment quirks live in memory so a new agent becomes useful quickly instead of rediscovering context.
e.g. “Monorepo with pnpm workspaces. Auth in Clerk. Deploy on Vercel.”
Personal preferences
Tone & formatting that stick
Save tone, formatting rules, and writing preferences once, then reuse them across every session without repeating the same setup prompt.
e.g. “Concise, no emojis, prefer bullets over paragraphs.”
Automation state
Resume where the job died
Job state, checkpoints, and outputs persist between runs so long-running automations resume cleanly instead of starting over.
e.g. “Last row processed: 4,281. Retry queue: empty.”
FAQ
Questions developers ask about MCP memory
Everything you need to decide fast and get your first agent connected.
What is an MCP memory server?▾
An MCP memory server lets AI agents store and retrieve persistent context through the Model Context Protocol. Instead of resetting each session, agents can remember decisions, conventions, and project state. agimem also offers a REST API for agents and tools that don't support MCP.
Which AI tools can I use with agimem?▾
agimem works with MCP-compatible clients including Claude, Cursor, Windsurf, and VS Code. For tools without MCP support, use the REST API directly.
How quickly can I set it up?▾
Most users can connect their first agent in under a minute. Create a Capsule, generate an API key, and paste one setup prompt.
Can multiple agents share memory?▾
Yes. You can point multiple agents to the same Capsule so they share context, or isolate each agent with separate Capsules for stricter boundaries.
Is agimem free to get started?▾
Yes. You can sign up and create your first Capsule without a credit card.
Ship with agents that remember
Create your first Capsule and connect an agent in under a minute. Free, no credit card.
Create your first CapsuleRead the docs