Skills and Scars for AI agents - your agent records its failures and never repeats them.
claude mcp add kira -- npx -y kira-mcp
claude_desktop_config.json
{
"mcpServers": {
"kira": {
"command": "npx",
"args": [
"-y",
"kira-mcp"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"kira": {
"command": "npx",
"args": [
"-y",
"kira-mcp"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"kira": {
"command": "npx",
"args": [
"-y",
"kira-mcp"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"kira": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"kira-mcp"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"kira": {
"command": "npx",
"args": [
"-y",
"kira-mcp"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.aibenyclaude-coder--kira/reviews or the review_server meta-tool.
POST /mcp