MCP Server
MCP
io.github.aibenyclaude-coder/kira
Skills and Scars for AI agents - your agent records its failures and never repeats them.
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
By
Comments
Sign in to leave a comment