tokei agent for Grok
io.github.gilesdawe/tokei-agent
Control your Tokei (tokei.io) pre-launch and waitlist campaigns from AI agents and the command line.
client:Grok
transport:stdio
runtime:npm
Install tokei agent in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"tokei-agent": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"tokei-agent"
],
"env": {
"TOKEI_API_KEY": "<TOKEI_API_KEY>",
"TOKEI_API_URL": "<TOKEI_API_URL>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs