tokei agent for Cline
io.github.gilesdawe/tokei-agent
Control your Tokei (tokei.io) pre-launch and waitlist campaigns from AI agents and the command line.
client:Cline
transport:stdio
runtime:npm
Install tokei agent in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"tokei-agent": {
"command": "npx",
"args": [
"-y",
"tokei-agent"
],
"env": {
"TOKEI_API_KEY": "<TOKEI_API_KEY>",
"TOKEI_API_URL": "<TOKEI_API_URL>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs