Skip to main content
Bridge is the MCP server that ships with Soma. Agents can use Bridge to securely invoke functions and API endpoints for external systems. Bridge supports the following credential types:
  • No Auth
  • API Key
  • Bearer Token
  • Oauth Authorization Code Flow
  • Oauth Authorization Code Flow with PKCE
Credential rotation via refresh tokens for Oauth Authorization Code Flow and Oauth Authorization Code Flow with PKCE is automatically handled by Bridge. You can use any pre-existing SaaS provider in Bridge or add custom functions with configure which credential type to your agent as per the relevant SDK. You can configure these credentials via the UI when running soma dev and navigating to http://localhost:3000.