Adding Servers from Registry
The easiest way to add servers is from the MCP registry:Adding Remote Servers by URL
Add HTTP-based MCP servers directly by URL:Adding Servers Manually
Useultra servers add for full control:
Managing Servers
Stdio vs HTTP Transport
Stdio Transport
For servers that run as local processes. Ultra spawns the process and communicates over stdin/stdout.HTTP Transport
For remote servers. Ultra connects over HTTP/SSE.Authentication
Token-Based Auth
Set auth tokens for HTTP servers:Authorization: Bearer {token} headers in the config file.