Skip to content
VS Code

otterkit for VS Code

io.github.useotterkit/otterkit

Tunnels and webhooks for AI agents: capture, await, verify, replay, and send signed test events.

client:VS Code transport:stdio runtime:npm

Install otterkit in VS Code

.vscode/mcp.json

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

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

otterkit in other clients