context-keeper
Rank #7,723io.github.jarmstrong158/context-keeper
Durable project-memory MCP: decisions, constraints, and pipelines across Claude sessions.
context-keeper is a Model Context Protocol (MCP) server published by jarmstrong158. It ranks #7,723 of 115,460 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. context-keeper is listed across 3 registries — Official MCP, PulseMCP and Glama, with 6 tracked versions. It was first listed on Apr 10, 2026 and most recently updated on Aug 6, 2026.
Ranks ahead of 107,737 of 115,460 servers on MCP Toplist.
Use context-keeper
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add context-keeper -e "CONTEXT_KEEPER_PROJECT=<your CONTEXT_KEEPER_PROJECT>" -- uvx context-keeper-mcpReplace each placeholder with your own value before saving.
[mcp_servers.context-keeper]
command = "uvx"
args = ["context-keeper-mcp"]
[mcp_servers.context-keeper.env]
CONTEXT_KEEPER_PROJECT = "<your CONTEXT_KEEPER_PROJECT>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"context-keeper": {
"command": "uvx",
"args": [
"context-keeper-mcp"
],
"env": {
"CONTEXT_KEEPER_PROJECT": "<your CONTEXT_KEEPER_PROJECT>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"context-keeper": {
"command": "uvx",
"args": [
"context-keeper-mcp"
],
"env": {
"CONTEXT_KEEPER_PROJECT": "<your CONTEXT_KEEPER_PROJECT>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"context-keeper": {
"type": "stdio",
"command": "uvx",
"args": [
"context-keeper-mcp"
],
"env": {
"CONTEXT_KEEPER_PROJECT": "<your CONTEXT_KEEPER_PROJECT>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"context-keeper": {
"command": "uvx",
"args": [
"context-keeper-mcp"
],
"env": {
"CONTEXT_KEEPER_PROJECT": "<your CONTEXT_KEEPER_PROJECT>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"context-keeper": {
"command": "uvx",
"args": [
"context-keeper-mcp"
],
"env": {
"CONTEXT_KEEPER_PROJECT": "<your CONTEXT_KEEPER_PROJECT>"
}
}
}
}Replace each placeholder with your own value before saving.
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)<a href="https://mcptoplist.com/server/io.github.jarmstrong158%2Fcontext-keeper"><img src="https://mcptoplist.com/badge/io.github.jarmstrong158%2Fcontext-keeper.svg" alt="MCP Toplist: Top 10% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries (1 delisted)
jarmstrong158
Other servers by jarmstrong158
- waveform-MCP#6,829
- Context Keeper (remote)#9,994 · 2 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 (6)
| Version | Published |
|---|---|
| 0.19.0 | Aug 6, 2026 |
| 0.18.0 | Aug 2, 2026 |
| 0.16.0 | Aug 1, 2026 |
| 0.5.0 | Jul 2, 2026 |
| 0.1.1 | Apr 11, 2026 |
| 0.1.0 | Apr 10, 2026 |
Frequently asked questions
- Who maintains context-keeper?
- context-keeper is maintained by jarmstrong158, which publishes 10 MCP servers (19 total versions) tracked on MCP Toplist.
- Is context-keeper listed on the Official MCP Registry?
- Yes — context-keeper is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does context-keeper have?
- MCP Toplist tracks 6 versions of context-keeper, most recently published on Aug 6, 2026.
- Where can I find the source code for context-keeper?
- The source code for context-keeper is hosted at github.com/jarmstrong158/context-keeper.