pypi contextkeeperstdioMITupdated 4mo ago
This repo is the persistent memory layer for all active projects owned by Steven Wazlavek (@theRealDataBoss). Any AI session reads this repo at the start and has full context. No chat history needed. No zip files. No manual re-explanation.
What can you do with contextkeeper?
TheRealDataBoss/contextkeeper
Universal AI Session Continuity Framework
This repo is the persistent memory layer for all active projects owned by Steven Wazlavek (@theRealDataBoss). Any AI session reads this repo at the start and has full context. No chat history needed. No zip files. No manual re-explanation.
How To Bootstrap Any Session
Paste this into any new AI chat, replacing [project-name]:
"Read https://raw.githubusercontent.com/TheRealDataBoss/contextkeeper/main/BOOTSTRAP.md and continue [project-name]"
The AI fetches PROFILE.md + projects/[project]/HANDOFF.md + projects/[project]/STATE_VECTOR.json and is fully loaded in under 60 seconds.
Structure
| Path | Purpose |
|---|---|
| PROFILE.md | Steven's identity, stack, and all standards |
| BOOTSTRAP.md | Universal session bootstrap protocol for any AI |
| projects/[name]/ | One folder per project — HANDOFF.md + STATE_VECTOR.json |
| standards/ | Authoritative CODE, VIZ, and MODELING standards |
| scripts/ | workbench_push.ps1 — end-of-session auto-sync |
Active Projects
| Project | Type | Status |
|---|---|---|
| 3dpie | React/Three.js | EXECUTING TASK-0029 |
| portfolio-django | Django 5 | IDLE |
| mit-modules | Research Notebooks | IDLE |
Raw Bootstrap URLs
- BOOTSTRAP: https://raw.githubusercontent.com/TheRealDataBoss/contextkeeper/main/BOOTSTRAP.md
- PROFILE: https://raw.githubusercontent.com/TheRealDataBoss/contextkeeper/main/PROFILE.md
- 3dpie HANDOFF: https://raw.githubusercontent.com/TheRealDataBoss/contextkeeper/main/projects/3dpie/HANDOFF.md
- 3dpie STATE: https://raw.githubusercontent.com/TheRealDataBoss/contextkeeper/main/projects/3dpie/STATE_VECTOR.json
Install
Add contextkeeper to your client. Pick the one you use.
claude mcp add contextkeeper -- uvx contextkeepercodex mcp add contextkeeper -- uvx contextkeeperamp mcp add contextkeeper -- uvx contextkeeper{
"mcpServers": {
"contextkeeper": {
"command": "uvx",
"args": [
"contextkeeper"
]
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"contextkeeper": {
"command": "uvx",
"args": [
"contextkeeper"
]
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
code --add-mcp '{"name":"contextkeeper","command":"uvx","args":["contextkeeper"]}'Or add the block manually to `.vscode/mcp.json` under `servers`.
{
"mcpServers": {
"contextkeeper": {
"command": "uvx",
"args": [
"contextkeeper"
]
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
{
"mcpServers": {
"contextkeeper": {
"command": "uvx",
"args": [
"contextkeeper"
]
}
}
}Add to `cline_mcp_settings.json` via the MCP Servers panel.
{
"mcpServers": {
"contextkeeper": {
"command": "uvx",
"args": [
"contextkeeper"
]
}
}
}Add to `~/.gemini/settings.json`.
{
"mcpServers": {
"contextkeeper": {
"type": "local",
"command": "uvx",
"args": [
"contextkeeper"
],
"tools": [
"*"
]
}
}
}Add to `~/.copilot/mcp-config.json`, or run `/mcp add` inside the CLI.
{
"context_servers": {
"contextkeeper": {
"command": {
"path": "uvx",
"args": [
"contextkeeper"
]
}
}
}
}Add to your Zed `settings.json`.
uvx contextkeeperRun `goose configure`, choose **Add Extension → Command-line Extension**, and paste this command.
Score
39 / 100
Incomplete
- Documentation11/25
- Maintenance13/25
- Trust13/20
- Capability0/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 140 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 12 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Version history
| Versions | Published |
|---|---|
| 0.2.7Latest | Mar 10, 2026 |