OpenAgenda

MCP

by com.openagenda · v1.3.1

Search, analyze and manage events on OpenAgenda.

mcplocal

MCP configuration

stdio

Command

npx -y @openagenda/mcp@1.3.1

Environment

  • OA_API_KEYrequiredsecret

    OpenAgenda API key (the stdio credential — a least-privilege/read key is advised). The hosted remote uses OAuth instead.

  • OA_BASE_URL

    v3 API base URL (defaults to https://api.openagenda.com/v3).

  • OA_EXECUTOR

    Code engine: node (default — Node's permission sandbox: no filesystem/subprocess; network NOT bounded) or deno (adds a scoped network egress boundary; recommended hardening, needs deno installed).

  • OA_LOCAL_NO_SANDBOX

    Disable the Node permission sandbox entirely (bare node, NO boundary at all) — trusted/dev use only.

Install in one click with Zurek

Browse here, install from the native macOS app — pick targets, fill env vars, and write configs safely.