Choose your integration. These instructions were checked against upstream documentation on 2026-09-04.
Claude Code MCP
claude mcp add basic-memory -- uvx --prerelease=allow basic-memory mcp
Installation evidence ↗Codex MCP
Add to ~/.codex/config.toml:
[mcp_servers.basic-memory]
command = "uvx"
args = ["--prerelease=allow", "basic-memory", "mcp"]
Installation evidence ↗Cursor MCP
Add to .cursor/mcp.json:
{"mcpServers":{"basic-memory":{"command":"uvx","args":["--prerelease=allow","basic-memory","mcp"]}}}
Installation evidence ↗GitHub Copilot MCP
Follow the VS Code section in the upstream connection guide to configure the basic-memory stdio server.
Installation evidence ↗Supporting evidence
- Upstream README: workflow, installation, and integration requirements.
- Original research, preserved at its source commit
Verification here means documentation review. It does not mean every integration has been executed or independently benchmarked.