kira for Cursor
io.github.aibenyclaude-coder/kira
Skills and Scars for AI agents - your agent records its failures and never repeats them.
client:Cursor
transport:stdio
runtime:npm
Install kira in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"kira": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"kira-mcp"
],
"env": {
"KIRA_TELEMETRY": "<KIRA_TELEMETRY>",
"KIRA_TELEMETRY_URL": "<KIRA_TELEMETRY_URL>",
"KIRA_HOME": "<KIRA_HOME>",
"KIRA_PRO_KEY": "<KIRA_PRO_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs