Context Keeper (remote)
Rank #9,994io.github.jarmstrong158/context-keeper-remote
Cloudflare Worker remote backend for context-keeper (D1). MCP 2026-07-28, dual-era.
Context Keeper (remote) is a Model Context Protocol (MCP) server published by jarmstrong158. It ranks #9,994 of 115,460 servers tracked on MCP Toplist. Context Keeper (remote) is listed across 3 registries — Official MCP, PulseMCP and Glama, with 2 tracked versions. It was first listed on Jul 12, 2026 and most recently updated on Aug 2, 2026.
Ranks ahead of 105,466 of 115,460 servers on MCP Toplist.
Use Context Keeper (remote)
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add --transport http context-keeper-remote https://context-keeper-remote.{account}.workers.dev/mcp/%7Btoken%7D[mcp_servers.context-keeper-remote]
url = "https://context-keeper-remote.{account}.workers.dev/mcp/%7Btoken%7D"Add to ~/.codex/config.toml.
https://context-keeper-remote.{account}.workers.dev/mcp/%7Btoken%7DSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"context-keeper-remote": {
"url": "https://context-keeper-remote.{account}.workers.dev/mcp/%7Btoken%7D"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"context-keeper-remote": {
"type": "http",
"url": "https://context-keeper-remote.{account}.workers.dev/mcp/%7Btoken%7D"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"context-keeper-remote": {
"serverUrl": "https://context-keeper-remote.{account}.workers.dev/mcp/%7Btoken%7D"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"context-keeper-remote": {
"url": "https://context-keeper-remote.{account}.workers.dev/mcp/%7Btoken%7D"
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.jarmstrong158%2Fcontext-keeper-remote)<a href="https://mcptoplist.com/server/io.github.jarmstrong158%2Fcontext-keeper-remote"><img src="https://mcptoplist.com/badge/io.github.jarmstrong158%2Fcontext-keeper-remote.svg" alt="MCP Toplist: Top 10% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
jarmstrong158
Other servers by jarmstrong158
- waveform-MCP#6,829
- context-keeper#7,723 · 6 vers
- clark-mcp#12,744
- SkillMatch MCP#17,382 · 2 vers
- Cambium#17,619 · 2 vers
- Conductor#20,441 · 2 vers
- agentsync#20,960 · 2 vers
- agentsync (remote)#25,208 · 2 vers
- cambium (remote)#27,445 · 1 ver
Available versions (2)
| Version | Published |
|---|---|
| 0.2.0 | Aug 2, 2026 |
| 0.1.0 | Jul 12, 2026 |
Frequently asked questions
- Who maintains Context Keeper (remote)?
- Context Keeper (remote) is maintained by jarmstrong158, which publishes 10 MCP servers (19 total versions) tracked on MCP Toplist.
- Is Context Keeper (remote) listed on the Official MCP Registry?
- Yes — Context Keeper (remote) is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Context Keeper (remote) have?
- MCP Toplist tracks 2 versions of Context Keeper (remote), most recently published on Aug 2, 2026.
- Where can I find the source code for Context Keeper (remote)?
- The source code for Context Keeper (remote) is hosted at github.com/jarmstrong158/context-keeper-remote.