Skip to main content

MCP Connection

Connect your MCP servers to the Virtue Gateway through the dashboard UI. We support multiple transport types and authentication methods.

Supported Transport Types

We support three transport types for MCP connections:

TransportAuthenticationNotes
httpOAuth 2.0Do not include /sse in the URL when choosing http transport
sseOAuth 2.0Server-Sent Events
stdioNone requiredLocal process — no authentication needed

HTTP and SSE transports support OAuth 2.0 authentication. Stdio requires no authentication.

Adding an MCP Server

After logging in, navigate to the MCP Servers tab and click Add MCP to connect your own or third-party MCP servers.

Important: Do not include /sse when choosing the http transport.

Connect MCP

Once connected, MCPs appear on the dashboard. For MCPs that require authentication, click Connect to complete the OAuth flow.

Connect MCP

Example: Connect to Atlassian MCP Server

The Atlassian MCP server provides access to Jira and Confluence tools via OAuth with dynamic client registration — no manual credential setup required.

Prerequisites: Allowlist the VirtueAI gateway domain in your Atlassian admin console:

  1. Go to admin.atlassian.com
  2. Navigate to AppsAI settingsRovo MCP server
  3. Click Add domain and enter https://agentgateway1.virtueai.io/**
  4. Save the configuration

Add the server:

  1. In MCP Servers, click Add MCP Server
  2. Set Transport to sse, enter Remote Server Address: https://mcp.atlassian.com/v1/sse
  3. Set Authentication Type to OAuth, leave OAuth Configuration fields empty
  4. Click Add Server

Authenticate:

  1. Click Connect next to the server
  2. Sign in with your Atlassian account and grant the requested permissions
  3. The server status changes to Active

Once connected, expand the server to view available tools (Jira, Confluence) and configure per-tool permissions.