Kenda
Rank #12,500io.github.kenda-co/ingestion-mcp
Read-only MCP server for querying Kenda token spend and waste
Kenda is a Model Context Protocol (MCP) server published by kenda-co. It ranks #12,500 of 132,046 servers tracked on MCP Toplist. Kenda is listed across 2 registries — Official MCP and Glama, with 1 tracked version. It was first listed on Jul 6, 2026 and most recently updated on Jul 28, 2026.
Ranks ahead of 119,546 of 132,046 servers on MCP Toplist.
Use Kenda
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add ingestion-mcp -e "KENDA_ENDPOINT=<your KENDA_ENDPOINT>" -e "KENDA_TOKEN=<your KENDA_TOKEN>" -- uvx ingestion-mcpReplace each placeholder with your own value before saving.
[mcp_servers.ingestion-mcp]
command = "uvx"
args = ["ingestion-mcp"]
[mcp_servers.ingestion-mcp.env]
KENDA_ENDPOINT = "<your KENDA_ENDPOINT>"
KENDA_TOKEN = "<your KENDA_TOKEN>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"ingestion-mcp": {
"command": "uvx",
"args": [
"ingestion-mcp"
],
"env": {
"KENDA_ENDPOINT": "<your KENDA_ENDPOINT>",
"KENDA_TOKEN": "<your KENDA_TOKEN>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"ingestion-mcp": {
"command": "uvx",
"args": [
"ingestion-mcp"
],
"env": {
"KENDA_ENDPOINT": "<your KENDA_ENDPOINT>",
"KENDA_TOKEN": "<your KENDA_TOKEN>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"ingestion-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"ingestion-mcp"
],
"env": {
"KENDA_ENDPOINT": "<your KENDA_ENDPOINT>",
"KENDA_TOKEN": "<your KENDA_TOKEN>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"ingestion-mcp": {
"command": "uvx",
"args": [
"ingestion-mcp"
],
"env": {
"KENDA_ENDPOINT": "<your KENDA_ENDPOINT>",
"KENDA_TOKEN": "<your KENDA_TOKEN>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"ingestion-mcp": {
"command": "uvx",
"args": [
"ingestion-mcp"
],
"env": {
"KENDA_ENDPOINT": "<your KENDA_ENDPOINT>",
"KENDA_TOKEN": "<your KENDA_TOKEN>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.kenda-co%2Fingestion-mcp)<a href="https://mcptoplist.com/server/io.github.kenda-co%2Fingestion-mcp"><img src="https://mcptoplist.com/badge/io.github.kenda-co%2Fingestion-mcp.svg" alt="MCP Toplist: Top 10% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
kenda-co
Available versions (1)
| Version | Published |
|---|---|
| 0.2.0 | Jul 28, 2026 |
Frequently asked questions
- Who maintains Kenda?
- Kenda is maintained by kenda-co, which publishes 1 MCP server (1 total version) tracked on MCP Toplist.
- Is Kenda listed on the Official MCP Registry?
- Yes — Kenda is listed on the Official MCP Registry, alongside Glama.
- How many versions does Kenda have?
- MCP Toplist tracks 1 version of Kenda, most recently published on Jul 28, 2026.
- Where can I find the source code for Kenda?
- The source code for Kenda is hosted at github.com/kenda-co/ingestion-mcp.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.