PluginBench
MCP Server

io.github.jarmstrong158/context-keeper MCP Server

io.github.jarmstrong158/context-keeper

What is the io.github.jarmstrong158/context-keeper MCP server?

Project memory for Claude: decisions, pipelines, and constraints across conversations.

How to install io.github.jarmstrong158/context-keeper

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • CONTEXT_KEEPER_PROJECT

    Absolute path to the project directory. Defaults to current working directory.

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "context-keeper": {
      "command": "uvx",
      "args": [
        "context-keeper-mcp"
      ],
      "env": {
        "CONTEXT_KEEPER_PROJECT": "<YOUR_CONTEXT_KEEPER_PROJECT>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "context-keeper": {
      "command": "uvx",
      "args": [
        "context-keeper-mcp"
      ],
      "env": {
        "CONTEXT_KEEPER_PROJECT": "<YOUR_CONTEXT_KEEPER_PROJECT>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "context-keeper": {
      "command": "uvx",
      "args": [
        "context-keeper-mcp"
      ],
      "env": {
        "CONTEXT_KEEPER_PROJECT": "<YOUR_CONTEXT_KEEPER_PROJECT>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "context-keeper": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "context-keeper-mcp"
      ],
      "env": {
        "CONTEXT_KEEPER_PROJECT": "<YOUR_CONTEXT_KEEPER_PROJECT>"
      }
    }
  }
}
Claude Code
claude mcp add context-keeper --env CONTEXT_KEEPER_PROJECT=<YOUR_CONTEXT_KEEPER_PROJECT> -- uvx context-keeper-mcp

Related MCP servers

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

View repository →

Job search and ranking pipeline via MCP for Claude Desktop.

View repository →