tokei agent for Cursor
io.github.gilesdawe/tokei-agent
Control your Tokei (tokei.io) pre-launch and waitlist campaigns from AI agents and the command line.
client:Cursor
transport:stdio
runtime:npm
Install tokei agent in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"tokei-agent": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"tokei-agent"
],
"env": {
"TOKEI_API_KEY": "<TOKEI_API_KEY>",
"TOKEI_API_URL": "<TOKEI_API_URL>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs