## for Cursor
Long-term memory for Cursor
.cursorrules handles standing instructions. Basic Memory handles everything that compounds.
## for Cursor
.cursorrules handles standing instructions. Basic Memory handles everything that compounds.
Cursor rules cover style and conventions. The architecture decisions, refactor history, and gotchas need somewhere durable to live.
Give Cursor a persistent, searchable knowledge base it can read and write to.
Cursor's agent searches Basic Memory for the few notes relevant to the current task instead of loading one giant file. .cursorrules stays small; Basic Memory holds the rest.
Architecture decisions, patterns, and project context accumulate as plain Markdown notes. Searchable by full-text, semantic, and graph navigation. The agent reads them when relevant and writes new ones as work progresses.
Every note is a file on your disk. Read, edit, and version with Git. The same vault works in Claude Code, Codex, ChatGPT, and any MCP client.
Cursor supports MCP servers natively. Basic Memory plugs right in. No extensions or workarounds.
{"mcpServers":{"basic-memory-cloud":{"url":"https://cloud.basicmemory.com/mcp"}}}Paste this in Cursor → Settings → MCP → Add new MCP server, or write it to `~/.cursor/mcp.json` (global) or `.cursor/mcp.json` in your project. Restart Cursor and the agent picks up the new tools. For local mode, swap the URL block for `{ command: 'bm', args: ['mcp'] }` after installing Basic Memory (`pip install basic-memory` or `brew install basic-memory`). Full setup guide →
“Basic Memory changed my whole relationship with LLMs... I switched from GPT and Gemini to exclusively Claude and Claude Code because of this integration and am completely revamping all our companies processes around a basic memory workflow now.”
“I don't code without Basic Memory anymore. It's such a time saver to be able to refer to projects I don't currently have active and keep a running log of all of my learnings and ProTips. Absolutely love it.”
Try Basic Memory free for 7 days. Your notes stay yours either way.
7-Day Free Trial
Open source available for power users
View on GitHub