Intro0siddiqui/token-counter-server
Creating a token-aware system to manage the context window for LLMs is a sophisticated approach to optimizing multi-agent workflows. It correctly identifies a key bottleneck in current AI-powered development systems. This is a TypeScript-based MCP server that provides a tool for counting tokens in files and directories.
Platform-specific configuration:
{
"mcpServers": {
"token-counter-server": {
"command": "npx",
"args": [
"-y",
"token-counter-server"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...