Quickstart
One command. Claude remembers everything from now on.
2
Add to Claude
One command. Paste your API key and you're done.
claude mcp add cmk --url https://mcp.cmk.dev/v1 \
--header "Authorization: Bearer <your-api-key>"That's it. Start chatting.
No local server. No Python. No dependencies. Memories are stored and recalled automatically:
YouI always use VS Code and prefer 2-space indentation.
Start a new session...
YouWhat editor do I use?
ClaudeYou use VS Code with 2-space indentation.
Want to self-host or run fully local?
Install the CLI to run your own server. Local mode uses SQLite and fastembed on your machine. No account, no network calls.
pip install claude-memory-kit
cmk init
cmk serve --port 7749Then add the MCP config manually. See the MCP configuration guide for details.