# 安装 Context Keeper (remote)

- 类型: MCP 工具
- 说明: Self-hosted Cloudflare Worker remote backend for context-keeper (D1, streamable-HTTP).
- 仓库: https://github.com/jarmstrong158/context-keeper-remote

## 方式一 · 一键代装（复制提示词让 AI 代劳）

### Claude Code
```
请帮我安装 askskill 上的 "Context Keeper (remote)" MCP 服务：
执行：claude mcp add --transport http 'io-github-jarmstrong158-context-keeper-remote' 'https://context-keeper-remote.{account}.workers.dev/mcp/{token}'
```

### Codex
```
请帮我安装 askskill 上的 "Context Keeper (remote)" MCP 服务：
在 ~/.codex/config.toml 中添加：
[mcp_servers.io-github-jarmstrong158-context-keeper-remote]
url = "https://context-keeper-remote.{account}.workers.dev/mcp/{token}"
然后重启 Codex 生效
```

### Cursor
```
请帮我安装 askskill 上的 "Context Keeper (remote)" MCP 服务：
在 .cursor/mcp.json 的 "mcpServers" 中添加：
"io-github-jarmstrong158-context-keeper-remote": { "url": "https://context-keeper-remote.{account}.workers.dev/mcp/{token}" }
然后在 Cursor 设置 > MCP 中启用
```

## 方式二 · 命令行安装（原生命令与配置）

### Claude Code
```bash
claude mcp add --transport http 'io-github-jarmstrong158-context-keeper-remote' 'https://context-keeper-remote.{account}.workers.dev/mcp/{token}'
```

### Codex
```bash
codex mcp add 'io-github-jarmstrong158-context-keeper-remote' --url 'https://context-keeper-remote.{account}.workers.dev/mcp/{token}'
```
配置文件 ~/.codex/config.toml：
```toml
[mcp_servers.io-github-jarmstrong158-context-keeper-remote]
url = "https://context-keeper-remote.{account}.workers.dev/mcp/{token}"
```

### Cursor
配置文件 .cursor/mcp.json：
```json
{
  "mcpServers": {
    "io-github-jarmstrong158-context-keeper-remote": {
      "url": "https://context-keeper-remote.{account}.workers.dev/mcp/{token}"
    }
  }
}
```
一键安装：cursor://anysphere.cursor-deeplink/mcp/install?name=io-github-jarmstrong158-context-keeper-remote&config=eyJ1cmwiOiJodHRwczovL2NvbnRleHQta2VlcGVyLXJlbW90ZS57YWNjb3VudH0ud29ya2Vycy5kZXYvbWNwL3t0b2tlbn0ifQ
