Skip to main content
Glama

Clerk MCP Server

by correaito

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
PORTNoThe port number for the HTTP server5000
CLERK_SECRET_KEYYesYour Clerk secret key (starts with sk_live_ or sk_test_)
NEXT_PUBLIC_CLERK_PUBLISHABLE_KEYYesYour Clerk publishable key (starts with pk_live_ or pk_test_)

Schema

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Tools

Functions exposed to the LLM to take actions

NameDescription
list-users

Lista todos os usuários cadastrados no Clerk com paginação

delete-user

Deleta permanentemente um usuário do Clerk pelo ID. Esta ação é irreversível!

lock-user

Bloqueia um usuário do Clerk, impedindo que ele faça login

unlock-user

Desbloqueia um usuário do Clerk, permitindo que ele faça login novamente

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/correaito/mcp_clerk'

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