← Index

Kawa Code MCP

ai.kawacode/mcp·v5.0.4·Other
Quality Score
94
/100

Intent tracking, decision recording, and team coordination for AI coding assistants

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@kawacode/mcp"
      ]
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@kawacode/mcp"
      ]
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @kawacode/mcp
§03  MCP Quality Score  ·  methodology
freshness
24
completeness
20
installability
25
documentation
15
stability
10
§04  Alternatives in Other