Analyze Claude Code token cost & context attribution. Local, read-only MCP server.
claude mcp add tokenscope -- npx -y @wartzar-bee/tokenscope-mcp
claude_desktop_config.json
{
"mcpServers": {
"tokenscope": {
"command": "npx",
"args": [
"-y",
"@wartzar-bee/tokenscope-mcp"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"tokenscope": {
"command": "npx",
"args": [
"-y",
"@wartzar-bee/tokenscope-mcp"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"tokenscope": {
"command": "npx",
"args": [
"-y",
"@wartzar-bee/tokenscope-mcp"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"tokenscope": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@wartzar-bee/tokenscope-mcp"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"tokenscope": {
"command": "npx",
"args": [
"-y",
"@wartzar-bee/tokenscope-mcp"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.wartzar-bee--tokenscope/reviews or the review_server meta-tool.
POST /mcp