← Back to Plugins
MCP Server MCP

Kenda

github By github 👁 1 views ▲ 0 votes

Read-only MCP server for querying Kenda token spend and waste

Homepage Verified source GitHub

Install

uvx ingestion-mcp

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "registryBaseUrl": "https://pypi.org",
      "identifier": "ingestion-mcp",
      "version": "0.2.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Kenda API base URL, e.g. https://api.kenda.app. Optional: normally read from ~/.kenda/config.json, which `kenda-collect init` writes. Set this to override the file.",
          "name": "KENDA_ENDPOINT"
        },
        {
          "description": "Per-customer Kenda ingest token (kenda_...). Optional: normally read from ~/.kenda/config.json. Set this to override the file.",
          "isSecret": true,
          "name": "KENDA_TOKEN"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...