MCP Server
io.github.mdfifty50-boop/token-lens MCP Server
io.github.mdfifty50-boop/token-lens
What is the io.github.mdfifty50-boop/token-lens MCP server?
Context window token analysis and budget management
How to install io.github.mdfifty50-boop/token-lens
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"token-lens": {
"command": "npx",
"args": [
"-y",
"token-lens-mcp"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"token-lens": {
"command": "npx",
"args": [
"-y",
"token-lens-mcp"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"token-lens": {
"command": "npx",
"args": [
"-y",
"token-lens-mcp"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"token-lens": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"token-lens-mcp"
]
}
}
}Claude Code
claude mcp add token-lens -- npx -y token-lens-mcpRelated MCP servers
Agent-to-agent communication bridge for multi-agent systems
View repository →Multi-agent billing and cost allocation tracking
View repository →Constitutional guardrails and loop detection for AI agents
View repository →Record and replay AI agent execution for debugging
View repository →Security scanning and threat detection for AI agents
View repository →Agent tracing, cost tracking, anomaly detection for LLM agents
View repository →