What is the Kāhea MCP server?
Deterministic HTTP/WebSocket testing and policy-gated API execution for AI agents.
How to install Kāhea
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"kahea": {
"command": "https://github.com/copyleftdev/kahea/releases/download/v0.3.1/kahea-mcp-Linux-X64.mcpb",
"args": []
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"kahea": {
"command": "https://github.com/copyleftdev/kahea/releases/download/v0.3.1/kahea-mcp-Linux-X64.mcpb",
"args": []
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"kahea": {
"command": "https://github.com/copyleftdev/kahea/releases/download/v0.3.1/kahea-mcp-Linux-X64.mcpb",
"args": []
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"kahea": {
"type": "stdio",
"command": "https://github.com/copyleftdev/kahea/releases/download/v0.3.1/kahea-mcp-Linux-X64.mcpb",
"args": []
}
}
}Claude Code
claude mcp add kahea -- https://github.com/copyleftdev/kahea/releases/download/v0.3.1/kahea-mcp-Linux-X64.mcpbRelated MCP servers
AI-powered content processing with 226 Fabric patterns for writing, analysis, and code generation.
View repository →