Skip to content

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.

  1. Sign in once on this machine. This saves your key to ~/.lodekeep/config.json.
  2. Step 1, sign in once
    npx lodekeep connect
  3. Open ~/.cursor/mcp.json and add the lodekeep entry. If the file already has other servers, keep them and add this one alongside.
  4. ~/.cursor/mcp.json
    {
      "mcpServers": {
        "lodekeep": {
          "command": "npx",
          "args": ["-y", "lodekeep", "serve"]
        }
      }
    }
  5. 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].