Skip to content
Blog

Integrations & MCP

Lobu supports two extension paths: Integrations and MCP.

Integrations provide authenticated API access (for example Google or custom API-key integrations).

  • Worker requests actions through internal gateway endpoints.
  • Gateway injects credentials and executes calls.
  • Worker receives results, not long-lived secret material.

MCP servers add tool capabilities to agents.

  • MCP config is resolved by gateway and delivered to workers.
  • HTTP/SSE MCP traffic can be proxied through gateway.
  • OAuth for MCP is handled by gateway callback flows.
  • Centralizes auth and secret handling
  • Keeps workers execution-focused
  • Enforces consistent network and domain controls