Skip to content

MCP Servers

Build a remote an MCP server connected to your data in just 3 steps.


MCP Server

We support popular OAuth providers including Auth0, PropelAuth, and Clerk for secure authentication with your MCP server.

To connect your OAuth provider, you’ll need to provide the following credentials:

The public identifier from your OAuth application configuration. This is used to identify your application to the OAuth provider.

The secret credential your OAuth application uses when exchanging tokens. Keep this secure and never expose it in client-side code.

The OAuth authorization URL for your provider. This is where users are redirected to authenticate with your chosen provider.

After configuring your OAuth provider, you’ll need to create tenants with appropriate data permissions. This ensures that only date relevant to the tenant as defined by you is available to them.

You can do this either through the frontend interface or programmatically using the API.

Navigate to the MCP section in your dashboard to create and configure tenants with specific data access permissions.

MCP Server Tenants

Alternatively, you can create tenants programmatically using our API endpoints. See the Create tenant documentation for detailed API usage.

Once you’ve configured your OAuth provider and set up your tenants with appropriate data permissions, you’re ready to launch your MCP server. Review your configuration to ensure all details are correct before going live.