PluginBench
MCP Server
Active
MIT

Context Keeper (remote) MCP Server

io.github.jarmstrong158/context-keeper-remote

What is the Context Keeper (remote) MCP server?

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

How to install Context Keeper (remote)

Copy-paste configuration for popular MCP clients.

transport: http
Config generated by PluginBench — verify against the source before use.
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "context-keeper-remote": {
      "url": "https://context-keeper-remote.{account}.workers.dev/mcp/{token}"
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "context-keeper-remote": {
      "serverUrl": "https://context-keeper-remote.{account}.workers.dev/mcp/{token}"
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "context-keeper-remote": {
      "type": "http",
      "url": "https://context-keeper-remote.{account}.workers.dev/mcp/{token}"
    }
  }
}
Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
  "mcpServers": {
    "context-keeper-remote": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://context-keeper-remote.{account}.workers.dev/mcp/{token}"
      ]
    }
  }
}
Claude Code
claude mcp add --transport http context-keeper-remote https://context-keeper-remote.{account}.workers.dev/mcp/{token}

Related MCP servers

Job search and ranking pipeline via MCP for Claude Desktop.

2
Python
MIT
View repository →

Cloudflare Worker remote transport for agentsync. MCP 2026-07-28, dual-era, stateless.

1
TypeScript
MIT
View repository →

Durable project-memory MCP: decisions, constraints, and pipelines across Claude sessions.

1
Python
MIT
View repository →

Local task scheduler and worker manager with MCP integration for Claude Desktop.

0
Python
MIT
View repository →

agentsync

Active

Multi-agent coordination MCP: claim work, survey peers, resolve conflicts via a git branch as CAS.

0
Python
View repository →

Cambium

Active

Knowledge-lifecycle MCP: turn agent work into memory, recall it across projects, promote to org.

0
Python
View repository →