## for VS Code
VS Code as your Basic Memory workspace
The editor you already live in becomes the place you edit your AI's long-term memory.
## for VS Code
The editor you already live in becomes the place you edit your AI's long-term memory.
Most AI memory lives somewhere you can't see. Basic Memory notes are plain Markdown — bring them into the editor you already work in.
Give VS Code a persistent, searchable knowledge base it can read and write to.
Full IDE experience for your notes: syntax highlighting, Markdown preview, split editors, multi-cursor, Git. The same workflow as the rest of your codebase.
VS Code's Copilot Chat supports MCP servers. Add Basic Memory and Copilot can search and write your long-term project knowledge, grounded in the notes you wrote.
Search your knowledge base, create notes, and check recent activity right from the integrated terminal. `bm search`, `bm recent`, shell aliases for the rest.
Everything is a file. Commit it, branch it, review it in a PR. The same vault is queryable by any MCP-connected agent.
bm project add my-project --local-path ~/path/to/projectThen open that folder in VS Code. Every edit syncs to your knowledge graph automatically — no extension required. For Copilot Chat over MCP, add Basic Memory to .vscode/mcp.json: { "servers": { "basic-memory": { "command": "bm", "args": ["mcp"] } } }. For Basic Memory Cloud, use the cloud URL instead. 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