Zero model drift between AI agents. Session continuity for Claude, GPT, Gemini, and any LLM.
claude mcp add contextkeeper -- uvx contextkeeper
claude_desktop_config.json
{
"mcpServers": {
"contextkeeper": {
"command": "uvx",
"args": [
"contextkeeper"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"contextkeeper": {
"command": "uvx",
"args": [
"contextkeeper"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"contextkeeper": {
"command": "uvx",
"args": [
"contextkeeper"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"contextkeeper": {
"type": "stdio",
"command": "uvx",
"args": [
"contextkeeper"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"contextkeeper": {
"command": "uvx",
"args": [
"contextkeeper"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.TheRealDataBoss--contextkeeper/reviews or the review_server meta-tool.
POST /mcp