MCP Server / guide 5 of 19
The MCP Server is configured using standard environment variables. Ensure these variables are set in your AI editor environment (e.g. Cursor, Claude Code).
| Variable | Description | Required |
|---|---|---|
| ACTORCONSOLE_API_KEY | A Pro MCP credential created on the dashboard MCP access page. | Yes |
| API_BASE_URL | Base URL for ActorConsole requests. | Required outside local development |
| MCP_TRANSPORT | Set to http only when hosting Streamable HTTP. Stdio is the default. | Hosted server only |
| MCP_PORT | Port for the hosted HTTP transport. Defaults to 4100. | No |