MCP Server
MCP
Kenda
Read-only MCP server for querying Kenda token spend and waste
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
By
Comments
Sign in to leave a comment