MCP Server
MCP
io.github.jacobsilver7-art/cachetank-mcp
CacheTank MCP server gives every AI tool your personal context so you never start from zero.
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "cachetank-mcp",
"version": "2.1.2",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Your CacheTank read token (found at cachetank.com/account)",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "CACHETANK_READ_TOKEN"
},
{
"description": "Your CacheTank write token (found at cachetank.com/account). Required for cache_it tool.",
"format": "string",
"isSecret": true,
"name": "CACHETANK_WRITE_TOKEN"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment