mcpbeat Sign in

Kira MCP Server

by aibenyclaude-coder Your server? Claim it
local only

Kira runs on your own machine — the client starts it, so there is no endpoint to ping. 58 installs a week from npm. Last commit 5 Aug 2026.

Skills and Scars for AI agents - your agent records its failures and never repeats them.

Installs per day peak 309 · avg 27 · +6% w/w
a month agotoday
58
Installs / week
npm · kira-mcp
3
Stars
0 open issues
5 Aug 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What changed 10

Every tool that appeared, vanished or quietly changed what it asks for. Recorded since 9 September 2026. No other catalogue keeps this.

18 Sep the owner changed
17 Sep the owner changed
16 Sep the owner changed
15 Sep the owner changed
14 Sep the owner changed
13 Sep the owner changed
12 Sep the owner changed
11 Sep the owner changed
10 Sep the owner changed
9 Sep the owner changed

Nothing serious here today

Today is the operative word: we check Kira every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

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 kira -- npx -y kira-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "kira": {
      "args": [
        "-y",
        "kira-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.kira]
command = "npx"
args = ["-y", "kira-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "kira": {
      "args": [
        "-y",
        "kira-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "kira": {
      "args": [
        "-y",
        "kira-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: KIRA_TELEMETRY (Override telemetry consent level for the process: off | basic | full. Default: basic on first run, with detail (note/context) gated by explicit opt-in. Full wire format and redaction rules in PRIVACY.md.), KIRA_TELEMETRY_URL (Override the telemetry ingest endpoint. Default: https://kira-telemetry.workers.dev/v1/reports.), KIRA_HOME (Where consent state and the local report log live. Default: ~/.kira), KIRA_PRO_KEY (Optional ES256-signed JWT for the Kira Pro tier (real-time skill/scar updates from CDN). Free tier works without this.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Kira

same job, measured the same way
C
AgentBrink
by agentbrink-www

Give your AI agent an identity: its own email, webhook, repo, secrets vault, memory and skills.

answering
Codemore
by abhinavteja123

The static analyzer your AI agent reads — fix-ready, machine-readable scan reports over MCP.

70 installs/wk local only
SpecPilot
by specpilot

Generate and validate a .specs/ bundle for your repo, then hand it to your AI coding agent

2 tools answering
Abnormal Security MCP
by servosity

Abnormal Security email threats, cases, and reporting in your terminal and your AI agents.

local only
ASMI — AI avatars for your site
by broen

Design your site's AI avatar in the ASMI studio; your coding agent ships it into your repo.

answering
skillkit
by furkan708

Toolbox for AI agent skills: scaffold, lint, pack, install, and serve SKILL.md skills

176 installs/wk local only
Antoskill
by yforc

A package manager for Agent Skills — discover, vet, and pin them across Claude Code and Codex.

20 installs/wk local only
Project Memory MCP
by kaaustubh

Persistent memory for AI coding agents — past bugs, decisions, and your corrections, in your repo.

118 installs/wk local only

Kira — questions

Answers built from our own checks of this server.

Why is there no uptime for Kira?
Kira 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 npm package kira-mcp was installed 58 times last week.
How do I connect Kira?
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 kira-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Kira?
The npm package kira-mcp was installed 58 times in the last week. Week over week that is +6%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Kira open source?
Yes — it is published under the MIT licence, written in TypeScript and 3 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.