Setup
Connect Lodekeep to Cursor
Cursor reads MCP servers from a config file. Your key is stored separately, so it never sits in the Cursor file.
Any Cursor plan. Store your key once, then add one block to a config file.
- Sign in once on this machine. This saves your key to ~/.lodekeep/config.json.
- Step 1, sign in once
npx lodekeep connect - Open ~/.cursor/mcp.json and add the lodekeep entry. If the file already has other servers, keep them and add this one alongside.
- ~/.cursor/mcp.json
{ "mcpServers": { "lodekeep": { "command": "npx", "args": ["-y", "lodekeep", "serve"] } } } - Restart Cursor so it picks the server up.
Check it worked
Say “Remember this: my test phrase is gold vein.” Then open a different AI you have connected and ask “what is my test phrase?” If it answers gold vein, the same memory is reaching both.
Full guide on the setup page. Stuck? Email [email protected].