Serversio.github.jacobsilver7-art/cachetank-mcp
M

io.github.jacobsilver7-art/cachetank-mcp

io.github.jacobsilver7-art/cachetank-mcp · v2.1.2
▦ npm
v2.1.2npm npm: cachetank-mcp↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.jacobsilver7-art/cachetank-mcp",
  "description": "CacheTank MCP server gives every AI tool your personal context so you never start from zero.",
  "repository": {
    "url": "https://github.com/July-Blue-Sky-LLC/cachetank-mcp",
    "source": "github"
  },
  "version": "2.1.2",
  "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"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}