Stats
Actions
Tags
Runs locally as a token analyzer subprocess, using a local database at CTA_DB_PATH for storage and analysis capabilities.
Copy this JSON into your .mcp.json to enable this server
Add 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"
}
}
}
}Review these signals before enabling this server
This server has elevated permissions. Review the source code before enabling.
Server configuration and connection parameters
bashCommand-line arguments passed to the server process
Environment variables set when the server starts
CTA_DB_PATH=${CLAUDE_PLUGIN_DATA}/token-analyzer.dbnpx claudepluginhub li195111/claude-token-analyzer --plugin claude-token-analyzer