kira
About
Skills and Scars for AI agents - your agent records its failures and never repeats them.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
KIRA_TELEMETRY KIRA_TELEMETRY_URL KIRA_HOME KIRA_PRO_KEYClaude Code
claude mcp add --env KIRA_TELEMETRY= --env KIRA_TELEMETRY_URL= --env KIRA_HOME= --env KIRA_PRO_KEY= kira -- npx kira-mcp
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"kira","command":"npx","args":["kira-mcp"],"env":{"KIRA_TELEMETRY":"","KIRA_TELEMETRY_URL":"","KIRA_HOME":"","KIRA_PRO_KEY":""}}'
JSON
{
"mcpServers": {
"kira": {
"command": "npx",
"args": [
"kira-mcp"
],
"env": {
"KIRA_TELEMETRY": "",
"KIRA_TELEMETRY_URL": "",
"KIRA_HOME": "",
"KIRA_PRO_KEY": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.