Skip to content
Cursor

AnyHook (moved) for Cursor

io.github.gba3124/mcp

Moved to net.anyhook/anyhook. Webhook relay for agents: keyless quickstart, replay, mock.

client:Cursor transport:stdio runtime:npm

Install AnyHook (moved) in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "anyhook-mcp"
      ],
      "env": {
        "ANYHOOK_API_KEY": "<ANYHOOK_API_KEY>",
        "ANYHOOK_API_BASE": "<ANYHOOK_API_BASE>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

AnyHook (moved) in other clients