Skip to content
Cursor

Context Keeper (remote) for Cursor

io.github.jarmstrong158/context-keeper-remote

Cloudflare Worker remote backend for context-keeper (D1). MCP 2026-07-28, dual-era.

client:Cursor transport:streamable-http

Install Context Keeper (remote) in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "context-keeper-remote": {
      "url": "https://context-keeper-remote.{account}.workers.dev/mcp/{token}"
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Context Keeper (remote) in other clients