← Back to Plugins
MCP Server MCP

io.github.aibenyclaude-coder/kira

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "kira-mcp",
      "version": "0.11.0",
      "runtimeHint": "npx",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "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.",
          "name": "KIRA_TELEMETRY"
        },
        {
          "description": "Override the telemetry ingest endpoint. Default: https://kira-telemetry.workers.dev/v1/reports.",
          "name": "KIRA_TELEMETRY_URL"
        },
        {
          "description": "Where consent state and the local report log live. Default: ~/.kira",
          "name": "KIRA_HOME"
        },
        {
          "description": "Optional ES256-signed JWT for the Kira Pro tier (real-time skill/scar updates from CDN). Free tier works without this.",
          "isSecret": true,
          "name": "KIRA_PRO_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...