Skip to main content
Alpic supports many different authentication options for your MCP servers, from simple public access to enterprise-grade OAuth integration. By default, servers deployed on Alpic are public and accessible to anyone with the server URL.

Authentication Options

If you want to protect your server with authentication, you have two main options:

OAuth Authentication

Integrate with identity providers using OAuth.

API Key Protection

Protect your server with API keys via custom headers.
Alpic itself is not an authentication provider or IdP, but is compatible with all authentication options above. You implement authentication in your MCP server code, and Alpic will host and serve your protected server.