Odel
Kira

Kira

Local
@aibenyclaude-coderTypeScriptMITUpdated 1mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmkira-mcpv0.11.0

Run

npx -y kira-mcp

MCP client config

{
  "mcpServers": {
    "kira": {
      "command": "npx",
      "args": [
        "-y",
        "kira-mcp"
      ]
    }
  }
}