mcpbeat Sign in

Kenda MCP Server

local only

Kenda runs on your own machine — the client starts it, so there is no endpoint to ping. 46 installs a week from pypi.

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

The linked repository no longer exists on GitHub — it was deleted or made private.

Installs per day peak 18 · avg 7 · -13% w/w
a month agotoday
46
Installs / week
pypi · ingestion-mcp
Stars
on GitHub
Last commit
0 releases in 90 days
License
language unknown

This one has been quiet for a while

Quiet is not dead — but it is worth knowing when it wakes up, or when someone else takes it over. We watch the repository and tell you either way.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add ingestion-mcp -- uvx ingestion-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "ingestion-mcp": {
      "args": [
        "ingestion-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.ingestion-mcp]
command = "uvx"
args = ["ingestion-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "ingestion-mcp": {
      "args": [
        "ingestion-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "ingestion-mcp": {
      "args": [
        "ingestion-mcp"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: KENDA_ENDPOINT (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.), KENDA_TOKEN (Per-customer Kenda ingest token (kenda_...). Optional: normally read from ~/.kenda/config.json. Set this to override the file.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Kenda

same job, measured the same way
Stripe MCP
by robinafaruqia

Read-only MCP server for querying Stripe customers, payments, and invoices.

32 installs/wk local only
SEO Tools: Yandex.Webmaster
by antohins

MCP server for Yandex.Webmaster search queries (read-only).

77 installs/wk local only
Osm Tagging Schema MCP
by gander-tools

MCP server for querying and validating OpenStreetMap tags

75 installs/wk local only
MCP Registry MCP Server
by wei

MCP server for querying the official MCP registry.

33 installs/wk local only
1C OData MCP
by alexgrebeshok-coder

Read-only MCP server for 1C:Enterprise via OData with metadata and query builder tools.

35 installs/wk local only
RZ AI Labs
by rzailabs

Read-only MCP server for RZ AI Labs — query its services, workshops, and contact info.

4 tools answering
I
Mssql Reader
by connorbritain

Read-only MCP server for Microsoft SQL Server — schema discovery, profiling, safe querying

544 installs/wk local only
MySQL MCP
by gistrec

MCP server for one MySQL database: schema, read-only queries and guarded writes.

27 installs/wk local only

Kenda — questions

Answers built from our own checks of this server.

Why is there no uptime for Kenda?
Kenda runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package ingestion-mcp was installed 46 times last week.
Is Kenda still maintained?
The linked repository no longer exists on GitHub — it was deleted or made private. We show this because it changes what you can expect: an unmaintained server may keep answering for months and then stop without warning.
How do I connect Kenda?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls ingestion-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use Kenda?
The pypi package ingestion-mcp was installed 46 times in the last week. Week over week that is -13%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.