Skip to main content
Glama
codewithpassion

MCP Server + Clerk OAuth

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
CLERK_CLIENT_IDYesYour Clerk OAuth application Client ID
CLERK_SECRET_KEYYesYour Clerk Secret Key from API Keys (starts with sk_live_ for production or sk_test_ for development)
CLERK_FRONTEND_APIYesYour Clerk Frontend API URL (e.g., https://your-subdomain.clerk.accounts.dev)
CLERK_CLIENT_SECRETYesYour Clerk OAuth application Client Secret
COOKIE_ENCRYPTION_KEYYesCookie encryption key (generate with: openssl rand -hex 32)

Tools

Functions exposed to the LLM to take actions

NameDescription

No tools

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/codewithpassion/cf-mcp-server-clerk'

If you have feedback or need assistance with the MCP directory API, please join our Discord server