← Index

io.github.jacobsilver7-art/cachetank-mcp

io.github.jacobsilver7-art/cachetank-mcp·v2.1.2·Other
Quality Score
85
/100

CacheTank MCP server gives every AI tool your personal context so you never start from zero.

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "cachetank-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "cachetank-mcp"
      ],
      "env": {
        "CACHETANK_READ_TOKEN": "<your-cachetank_read_token>",
        "CACHETANK_WRITE_TOKEN": "<your-cachetank_write_token>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "cachetank-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "cachetank-mcp"
      ],
      "env": {
        "CACHETANK_READ_TOKEN": "<your-cachetank_read_token>",
        "CACHETANK_WRITE_TOKEN": "<your-cachetank_write_token>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y cachetank-mcp
§02  Environment variables
CACHETANK_READ_TOKEN
requiredsecret

Your CacheTank read token (found at cachetank.com/account)

CACHETANK_WRITE_TOKEN
secret

Your CacheTank write token (found at cachetank.com/account). Required for cache_it tool.

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
10
§04  Alternatives in Other