Skip to main content
What you’ll learn:
  • How external servers work
  • Connection requirements
  • Security
External servers run on your own infrastructure and connect to Metorial via HTTP/HTTPS. You maintain complete control over hosting, deployment, and security while using Metorial for tool distribution.

External Server Requirements

Your server must meet these requirements to connect to Metorial:
Requirements:
  • HTTP/HTTPS endpoint that Metorial can reach
  • MCP protocol implementation
  • Bearer token authentication
  • HTTPS required for production

Registering External Server

1

Add Server URL

Enter your server’s URL in the Metorial dashboard.External server registration
2

Receive Token

Metorial generates a unique authentication token.
3

Implement Validation

Add token validation to your server’s request handler.
4

Create Deployment

Create a deployment that connects to your external server.

What’s Next?