Persistent Memory for Cursor - Unison MCP Setup
Connect Cursor to Unison via MCP: every session recalls your project's architecture decisions, open bugs, and team conventions - no more re-explaining your codebase.
Learn how to give Cursor persistent team memory using the Unison MCP server - so every session picks up exactly where the last one left off.
Install
Add to Cursor's MCP settings (Settings → MCP → Add server):
{
"mcpServers": {
"unison-brain": {
"command": "npx",
"args": ["-y", "@unisonlabs/mcp"],
"env": { "UNISON_TOKEN": "usk_live_..." }
}
}
}No key yet? npx @unisonlabs/cli auth login - email OTP, no browser.
The loop the agent runs
- Task start:
brain_contextwith the task as the query - relevant decisions, facts, and history arrive as one markdown block. - While working:
brain_record_factwhen something durable is learned;brain_writefor documents worth keeping. - Task end:
brain_ingestthe conversation so extraction captures what the session produced.
Every other session - yours, your teammates', tomorrow's - recalls what this one learned.
Add a rule to .cursorrules / project rules so the loop is automatic: "At task start call brain_context with the task as query; before finishing, ingest the conversation with brain_ingest."
Persistent Memory for Claude Code - Unison MCP Setup
Connect Claude Code to Unison via MCP in 60 seconds: every session recalls decisions, architecture facts, and PR context automatically - no re-explaining.
Persistent Memory for OpenAI Codex - Unison MCP Setup
Connect OpenAI Codex to Unison via MCP: architecture decisions, team conventions, and open issues survive every context reset automatically.