Skip to main content
Glama
.env.example•862 B
# ====================================================================== # For local testing copy this file at kernel-mcp-server/.env.local # Values can be found at 1pass > DevEnvVars > MCP section, copy and past at .env.local # ====================================================================== # Clerk Configuration NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY=pk_test_<x> CLERK_SECRET_KEY=sk_test_<x> # OAuth Configuration NEXT_PUBLIC_CLERK_DOMAIN=<x>.clerk.accounts.dev # API Configuration - Only needed to set the Kernel SDK base url API_BASE_URL=<x> # Mintlify API Configuration - Only needed for the search_docs tool call MINTLIFY_ASSISTANT_API_TOKEN=mint_dsc_<x> MINTLIFY_DOMAIN=<x> # Redis Configuration REDIS_URL=<x> # redis://127.0.0.1:6379 # OAuth Client IDs KERNEL_CLI_PROD_CLIENT_ID=<x> KERNEL_CLI_STAGING_CLIENT_ID=<x> KERNEL_CLI_DEV_CLIENT_ID=<x>

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/onkernel/kernel-mcp-server'

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