kiro-mcp-servers

virgilio-murillo/kiro-mcp-servers
★ 1 stars Python Code/Dev Tools Updated today
Monorepo for custom MCP (Model Context Protocol) servers
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "kiro-mcp-servers": {
      "command": "uvx",
      "args": [
        "kiro-mcp-servers"
      ]
    }
  }
}

Or install with pip: pip install kiro-mcp-servers

README Excerpt

Monorepo for custom [MCP (Model Context Protocol)](https://modelcontextprotocol.io/) servers. | Server | Description | Platform | |--------|-------------|----------| | **kiro-agents** | Orchestrates parallel investigations with live Ghostty dashboard | macOS only | | **kiro-checkpoint** | Shadow git checkpointing for Kiro CLI sessions | Cross-platform |