Skip to content
VS Code

koda for VS Code

io.github.aabxtract/koda

Verification and memory layer for coding-agent workflows.

client:VS Code transport:stdio runtime:npm

Install koda in VS Code

.vscode/mcp.json

{
  "servers": {
    "koda": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "koda-verify"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

koda in other clients