@clinetools/context-mgr
v0.1.0
Published
Analyze and optimize what fits in the context window. Prioritize recent, relevant, and high-value content. Track token budgets.
Maintainers
Readme
Context Window Manager
Analyze and optimize what fits in the context window. Prioritize recent, relevant, and high-value content. Track token budgets.
Quick Start
npx @clinetools/context-mgrSetup
1. Get your token
Sign up at clinetools.com and get your API token.
2. Set environment variable
export CLINETOOLS_TOKEN=ct_live_...3. Add to your MCP client
Claude Code
claude mcp add context-mgr -- npx @clinetools/context-mgrClaude Desktop / Cline
Add to your MCP settings JSON:
{
"mcpServers": {
"context-mgr": {
"command": "npx",
"args": ["@clinetools/context-mgr"],
"env": {
"CLINETOOLS_TOKEN": "ct_live_..."
}
}
}
}Links
License
MIT
