← Back to Plugins
MCP Server MCP

io.github.ooples/token-optimizer-mcp

github By github 👁 1 views ▲ 0 votes

Context-window optimization: caching, compression & smart file tools that cut tokens 60-90%.

Homepage Verified source GitHub

Install

npx -y @ooples/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@ooples/token-optimizer-mcp",
      "version": "5.1.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Directory path for cache storage (optional, defaults to ~/.token-optimizer-mcp)",
          "format": "string",
          "name": "TOKEN_OPTIMIZER_CACHE_DIR"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...