Runs locally as a token analyzer subprocess, using a local database at CTA_DB_PATH for storage and analysis capabilities.
npx claudepluginhub li195111/claude-token-analyzer --plugin claude-token-analyzerAdd to your .mcp.json:
{
"mcpServers": {
"token-analyzer": {
"command": "bash",
"args": [
"${CLAUDE_PLUGIN_ROOT}/scripts/run.sh"
],
"env": {
"CTA_DB_PATH": "${CLAUDE_PLUGIN_DATA}/token-analyzer.db"
}
}
}
}This server has elevated permissions. Review the source code before enabling.
bashCTA_DB_PATH=${CLAUDE_PLUGIN_DATA}/token-analyzer.db