Remote MCP Server support lets you create connectors in Merge by pointing to a remote MCP server. Tools are automatically discovered and can be used just like any built-in connector.
Only remote MCP servers are supported — local MCP servers and remote servers requiring OAuth are not supported at this time.
After submitting, the new connector is created automatically.
Once the connector is created, its tools are automatically discovered and populated from the remote MCP server.
Remote MCP servers are supported when they meet both of these criteria:
Local servers that run as CLI commands (e.g., npx <package> <args>) are not supported. These require downloading a package locally and running it as a local process. This may be supported in the future.
Remote servers that fetch access tokens dynamically via an OAuth flow are not supported, even if they have a URL-based endpoint. This would require creating OAuth apps per connector type, but Agent Handler does not know the connector until config is provided.
If you need OAuth support for a specific connector, please reach out to the Merge team to request it.