PluginBench
MCP Server
Active
MIT

io.github.aibenyclaude-coder/kira MCP Server

io.github.aibenyclaude-coder/kira

What is the io.github.aibenyclaude-coder/kira MCP server?

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

How to install io.github.aibenyclaude-coder/kira

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • 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
    secret

    Optional ES256-signed JWT for the Kira Pro tier (real-time skill/scar updates from CDN). Free tier works without this.

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "kira": {
      "command": "npx",
      "args": [
        "-y",
        "kira-mcp"
      ],
      "env": {
        "KIRA_TELEMETRY": "<YOUR_KIRA_TELEMETRY>",
        "KIRA_TELEMETRY_URL": "<YOUR_KIRA_TELEMETRY_URL>",
        "KIRA_HOME": "<YOUR_KIRA_HOME>",
        "KIRA_PRO_KEY": "<YOUR_KIRA_PRO_KEY>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "kira": {
      "command": "npx",
      "args": [
        "-y",
        "kira-mcp"
      ],
      "env": {
        "KIRA_TELEMETRY": "<YOUR_KIRA_TELEMETRY>",
        "KIRA_TELEMETRY_URL": "<YOUR_KIRA_TELEMETRY_URL>",
        "KIRA_HOME": "<YOUR_KIRA_HOME>",
        "KIRA_PRO_KEY": "<YOUR_KIRA_PRO_KEY>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "kira": {
      "command": "npx",
      "args": [
        "-y",
        "kira-mcp"
      ],
      "env": {
        "KIRA_TELEMETRY": "<YOUR_KIRA_TELEMETRY>",
        "KIRA_TELEMETRY_URL": "<YOUR_KIRA_TELEMETRY_URL>",
        "KIRA_HOME": "<YOUR_KIRA_HOME>",
        "KIRA_PRO_KEY": "<YOUR_KIRA_PRO_KEY>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "kira": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "kira-mcp"
      ],
      "env": {
        "KIRA_TELEMETRY": "<YOUR_KIRA_TELEMETRY>",
        "KIRA_TELEMETRY_URL": "<YOUR_KIRA_TELEMETRY_URL>",
        "KIRA_HOME": "<YOUR_KIRA_HOME>",
        "KIRA_PRO_KEY": "<YOUR_KIRA_PRO_KEY>"
      }
    }
  }
}
Claude Code
claude mcp add kira --env KIRA_TELEMETRY=<YOUR_KIRA_TELEMETRY> --env KIRA_TELEMETRY_URL=<YOUR_KIRA_TELEMETRY_URL> --env KIRA_HOME=<YOUR_KIRA_HOME> --env KIRA_PRO_KEY=<YOUR_KIRA_PRO_KEY> -- npx -y kira-mcp

Related MCP servers

Control a real Chrome browser to complete any task: fill forms, extract data, book flights.

110k
Python
MIT
View repository →

Live global intelligence: real-time markets, conflicts, country risk, chokepoints, energy. 39 tools.

83k
TypeScript
AGPL-3.0
View repository →

Netdata

Active

Real-time infrastructure monitoring with metrics, logs, alerts, and ML-based anomaly detection.

80k
Go
GPL-3.0
View repository →

Trending hip-hop artist momentum scores across four cultural dimensions.

79k
TypeScript
MIT
View repository →

AI orchestration with hive-mind swarms, neural networks, and 87 MCP tools for enterprise dev.

68k
TypeScript
MIT
View repository →

Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.

67k
Python
BSD-3-Clause
View repository →