← Back to Plugins
MCP Server MCP

AnyHook (moved)

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "anyhook-mcp",
      "version": "0.2.2",
      "runtimeHint": "npx",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Personal API key from anyhook.net/dashboard/settings/api-keys. Starts with ahk_live_. Optional: without it, the anyhook_quickstart tool can self-provision an account, or tools run against an in-memory store for local dev.",
          "isSecret": true,
          "name": "ANYHOOK_API_KEY"
        },
        {
          "description": "Override the API base URL. Defaults to https://anyhook.net. Used by self-hosted AnyHook installations.",
          "name": "ANYHOOK_API_BASE"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...