Skip to main content

MCP Client Setup

This guide shows how to connect MCP clients to Mission Control.

MCP server URL

Use the Setup MCP flow to get the MCP server URL for your Mission Control tenant.

  1. In Mission Control, open the user menu and select Setup MCP.
  1. Copy the MCP server URL from the setup dialog.

The MCP server URL uses one of these formats:

  • SaaS users: https://mc.<org-id>.workload-prod-eu-02.flanksource.com/mcp
  • Self-hosted users: https://your.domain.com/api/mcp

Choose an authentication method

Mission Control supports two MCP authentication flows:

  • OAuth: Use an MCP client that supports OAuth for remote MCP servers.
  • Access token: Create a Mission Control access token and add it to your MCP client configuration.

OAuth

Use this approach when your MCP client supports OAuth for remote MCP servers.

Claude Code

Create or edit .mcp.json in your project root and add the Mission Control MCP server.

.mcp.json
{
"mcpServers": {
"mission-control": {
"name": "mission-control",
"type": "http",
"url": "https://mc.<org-id>.workload-prod-eu-02.flanksource.com/mcp",
"oauth": {
"clientId": "mc-cli"
}
}
}
}

VS Code

Create or edit .vscode/mcp.json in your project root and add the Mission Control MCP server.

.vscode/mcp.json
{
"servers": {
"mission-control": {
"url": "https://mc.<org-id>.workload-prod-eu-02.flanksource.com/mcp"
}
},
"inputs": []
}

Claude Desktop Connectors

Claude Desktop supports remote MCP servers through Connectors.

  1. In Claude Desktop, open SettingsConnectors.
  2. Select AddCustom connector.

The Connectors page lists existing web connectors and custom connectors.

The Add custom connector dialog creates a remote MCP connector.

  1. In Name, enter Mission-Control.
  2. In Remote MCP server URL, enter your MCP server URL.
  3. Expand Advanced settings and enter mc-cli in OAuth Client ID.
  4. Leave OAuth Client Secret empty unless your Mission Control deployment provides one.
  5. Select Add.
  6. On the Connectors page, select Connect for the Mission Control connector.
  7. Complete the authentication flow.

Mission Control tools appear in Claude Desktop after the OAuth flow completes.

Next Steps

Once connected, explore the available tools: