kira for Grok
io.github.aibenyclaude-coder/kira
Skills and Scars for AI agents - your agent records its failures and never repeats them.
client:Grok
transport:stdio
runtime:npm
Install kira in Grok
.mcp.json (in your project root)
{
"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>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs