Kika for Claude Desktop
io.github.usekika/kika
Shared memory for client engagements: decisions with reasons, blockers, promises, what was tried.
client:Claude Desktop
transport:streamable-http
Install Kika in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"kika": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://api.getkika.app/mcp"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs