Skip to main content
Glama

Clerk MCP Server Template

by dyeoman2
worker-configuration.d.ts558 B
/* eslint-disable */ import { DurableObjectNamespace, KVNamespace } from '@cloudflare/workers-types' interface Env { OAUTH_KV: KVNamespace CLERK_SECRET_KEY: string CLERK_PUBLISHABLE_KEY: string APP_URL: string // @ts-expect-error MCP_OBJECT: DurableObjectNamespace<import('./src/index').ClerkAppMCP> } declare namespace Cloudflare { interface Env { OAUTH_KV: KVNamespace CLERK_SECRET_KEY: string CLERK_PUBLISHABLE_KEY: string APP_URL: string // @ts-expect-error MCP_OBJECT: DurableObjectNamespace<import('./src/index').ClerkAppMCP> } }

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/dyeoman2/clerk-mcp-template'

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