MCP Server
MCP
io.github.gilesdawe/tokei-agent
Control your Tokei (tokei.io) pre-launch and waitlist campaigns from AI agents and the command line.
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "tokei-agent",
"version": "0.3.4",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Tokei API key (starts tokei_k_). Create one at tokei.io -> Dashboard -> Settings -> API Keys. Read-only keys cover every read command; write access is opt-in.",
"isRequired": true,
"isSecret": true,
"name": "TOKEI_API_KEY"
},
{
"description": "Override the API base URL. Defaults to https://tokei.io; rarely needed.",
"name": "TOKEI_API_URL"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment