otterkit for Cursor
io.github.useotterkit/otterkit
Tunnels and webhooks for AI agents: capture, await, verify, replay, and send signed test events.
client:Cursor
transport:stdio
runtime:npm
Install otterkit in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"otterkit": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"otterkit"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs