Skip to main content
Ultra proxies requests to one or more upstream MCP servers. Servers can use stdio transport (local commands) or HTTP transport (remote URLs).
Only add MCP servers from official or trusted sources. Untrusted community servers can execute arbitrary code on your machine (stdio transport) or receive sensitive data from your AI agents (HTTP transport). Stick to servers from the official MCP Registry, verified publishers, or servers your organization has reviewed and approved.

Add Servers Through Your AI Client

The simplest way to add MCP servers is to ask your AI client to do it for you. Since Ultra is already connected to your client, just tell it what services you want to connect:
  • “Connect to the Notion MCP server”
  • “Add the GitHub MCP server”
  • “Set up the filesystem server so you can read my project files”
  • “Add the Linear MCP server”
Your AI client will work with Ultra to search the registry, install the server, and configure any required authentication (API keys, OAuth, etc.).After adding a server, restart your MCP client for the new server to become available.
Make sure your client installs the official MCP server for each service — not a random community fork. Look for servers published by the service provider (e.g., @notionhq/notion-mcp-server) or from the official MCP Registry. If you’re unsure, ask your client to confirm the publisher before installing.
You can also ask your client to list your current servers (“What MCP servers do I have connected?”) or remove ones you no longer need.
Select a server to see setup instructions.
Ask your AI client: “Add the Notion MCP server”Notion uses OAuth. You will be redirected to Notion in your browser to authorize access to your workspace. Tokens are stored and refreshed automatically.You need to be a member of the Notion workspace you want to connect.
Ask your AI client: “Add the Slack MCP server”Slack uses OAuth. You will be redirected to Slack in your browser to authorize.
Ask your AI client: “Add the Linear MCP server”Linear uses OAuth. Authorize in your browser when prompted.
Ask your AI client: “Add the GitHub MCP server”You will be prompted for a Personal Access Token (PAT). Create one at github.com/settings/tokens with the scopes you need (typically repo and read:org).Use a fine-grained PAT scoped to only the repositories you need for better security.
Ask your AI client: “Add the Figma MCP server”Figma uses OAuth. You will be redirected to Figma in your browser to authorize access to your files and projects.
Ask your AI client: “Add the AWS MCP server”You will need AWS credentials configured on your machine (via ~/.aws/credentials or environment variables).
Ask your AI client: “Add the Jira MCP server”You will be prompted for your Jira instance URL and an API token. Create one at id.atlassian.com/manage-profile/security/api-tokens.
Ask your AI client: “Add the Mintlify MCP server”You will need your Mintlify project subdomain or API key.
Ask your AI client: “Add the Salesforce MCP server”Salesforce uses OAuth. You will be redirected to Salesforce in your browser to authorize access to your org.
Ask your AI client: “Add the Datadog MCP server”You will be prompted for your Datadog API key and application key. Find these in your Datadog org settings under API Keys.
Ask your AI client: “Add the PostgreSQL MCP server”You will be prompted for your database connection string. Use a read-only database user when possible.
Ask your AI client: “Add the Vanta MCP server”Vanta uses OAuth. You will be redirected to Vanta in your browser to authorize. Once approved, the token is stored and refreshed automatically.You need an active Vanta account with appropriate permissions. If you see an authentication error, check with your Vanta admin that your account has API access enabled.
Ask your AI client: “Add the filesystem server for my project files”The filesystem server runs locally and does not require authentication. You will be asked which directories to allow access to.Only grant access to directories you are comfortable sharing with your AI client. Never point it at your home directory or root.

Supported Clients

Ultra works with all major MCP-compatible AI clients:
ClientType
Claude DesktopDesktop app
CursorIDE
VS CodeIDE
GitHub CopilotIDE (via VS Code)
Claude CodeCLI
CodexCLI
WindsurfIDE
Roo CodeVS Code extension
GooseCLI
GeminiDesktop app
LM StudioDesktop app
Amazon Q DeveloperCLI
Run ultra doctor to see which clients are detected on your machine, or ultra install to configure a specific client.