Odel
Kawa Code

Kawa Code

Local
@kawacode-aiTypeScriptUpdated 1mo ago

Team-aware memory: intent, decisions, real-time conflicts for AI coding assistants.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@kawacode/mcpv8.1.0

Run

npx -y @kawacode/mcp

MCP client config

{
  "mcpServers": {
    "kawa-code": {
      "command": "npx",
      "args": [
        "-y",
        "@kawacode/mcp"
      ]
    }
  }
}