← Back to Plugins
MCP Server MCP

io.github.gilesdawe/tokei-agent

github By github 👁 1 views ▲ 0 votes

Control your Tokei (tokei.io) pre-launch and waitlist campaigns from AI agents and the command line.

Homepage Verified source GitHub

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

Comments

Sign in to leave a comment

Loading comments...