CacheTank MCP server gives every AI tool your personal context so you never start from zero.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"cachetank": {
"env": {
"CACHETANK_READ_TOKEN": "your-read-token",
"CACHETANK_WRITE_TOKEN": "your-write-token"
},
"args": [
"-y",
"cachetank-mcp"
],
"command": "npx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
CacheTank is your AI memory layer. Save your identity, projects, decisions, and knowledge once — every AI tool gets it automatically.
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y 'cachetank-mcp' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked cachetank-mcp against OSV.dev.
Click any tool to inspect its schema.
contextYour full personal context. Auto-loaded at conversation start.
cachetank://context
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in ai-ml / productivity
Persistent memory using a knowledge graph
Dynamic problem-solving through sequential thought chains
Workspace template + MCP server for Claude Code, Codex CLI, Cursor & Windsurf. Multi-agent knowledge engine (ag-refresh / ag-ask) that turns any codebase into a queryable AI assistant.
mini cli search engine for your docs, knowledge bases, meeting notes, whatever. Tracking current sota approaches while being all local
MCP Security Weekly
Get CVE alerts and security updates for io.github.jacobsilver7-art/cachetank-mcp and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
Stop re-explaining yourself to AI.
CacheTank is your AI memory layer. Save your identity, projects, decisions, and knowledge once — every AI tool gets it automatically.
Every time you open ChatGPT, Claude, Cursor, Copilot, or Gemini you start from zero. You re-explain who you are, what you are working on, what you have already decided. CacheTank fixes this. Save context once, and every AI-powered tool that supports MCP loads it before your first message.
CacheTank solves the number one frustration of working with AI: repeating yourself. Whether you use one AI tool or ten, CacheTank gives each one your full context without you typing a word.
No copy-pasting. No system prompts. No re-explaining. Your context follows you everywhere.
Add to your Claude Desktop config (claude_desktop_config.json):
{
"mcpServers": {
"cachetank": {
"command": "npx",
"args": ["-y", "cachetank-mcp"],
"env": {
"CACHETANK_READ_TOKEN": "your-read-token",
"CACHETANK_WRITE_TOKEN": "your-write-token"
}
}
}
}
claude mcp add cachetank -- npx -y cachetank-mcp
Then set your tokens:
export CACHETANK_READ_TOKEN=your-read-token
export CACHETANK_WRITE_TOKEN=your-write-token
Add to Cursor settings (Settings > MCP Servers):
{
"cachetank": {
"command": "npx",
"args": ["-y", "cachetank-mcp"],
"env": {
"CACHETANK_READ_TOKEN": "your-read-token",
"CACHETANK_WRITE_TOKEN": "your-write-token"
}
}
}
Use the same npx command:
npx -y cachetank-mcp
Required environment variables:
CACHETANK_READ_TOKEN — Your CacheTank read token (get it from the extension or cachetank.com)CACHETANK_WRITE_TOKEN — Optional. Enables saving back to your tank.CacheTank also runs as a remote MCP server for browser-based AI tools:
https://cachetank-mcp-77926794635.us-central1.run.app/mcp
Fetch your personal context for a specific project. Returns your identity, project knowledge, and recent outputs formatted as markdown.
fill_tank({ project: "My Startup" })
Save a piece of knowledge, decision, or output to your tank. Saved items become part of your context automatically in future conversations.
cache_it({
title: "Q1 pricing decision",
markdown: "Decided on \$29/mo for pro tier based on competitor analysis...",
project: "My Startup",
layer: "PROJECTS"
})
| Resource URI | Description |
|---|---|
cachetank://context | Your full personal context. Auto-loaded at conversation start. |
Every knowledge worker using AI tools faces the same problem: context loss. You explain your role, your project, your constraints, your preferences — and then the conversation ends. Next conversation, you start over.
This is not just annoying. It is expensive. Studies show knowledge workers spend 23 minutes re-establishing context every time they switch tools or start a new conversation.
CacheTank is the fix. O