Odel
koda

koda

Local
@aabxtractJavaScriptMITUpdated 1w ago

Verification and memory layer for coding-agent workflows.

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).

npmkoda-verifyv0.3.2

Run

npx -y koda-verify

MCP client config

{
  "mcpServers": {
    "koda": {
      "command": "npx",
      "args": [
        "-y",
        "koda-verify"
      ]
    }
  }
}