Kahuna
Freeby MCP Community
Kahuna MCP server - context management tools for coding copilots
v0.1.10Added Apr 12, 2026
mcpmodel-context-protocolaicopilotcontext-management
Kahuna MCP Server
Kahuna MCP server - context management tools for coding copilots
Installation
Reviews
Installation
Quick install
npx -y @aurite-ai/kahuna
Add to claude_desktop_config.json
{
"mcpServers": {
"kahuna": {
"command": "npx",
"args": ["-y", "@aurite-ai/kahuna"]
}
}
}