Skip to main content
Glama
cameronsjo

MCP Server Template

by cameronsjo
.env.example940 B
# MCP Server Configuration # Copy to .env and customize # Server Identity MCP_SERVER_NAME=my-mcp-server MCP_SERVER_VERSION=0.1.0 # Logging MCP_SERVER_LOG_LEVEL=info MCP_SERVER_LOG_TO_FILE=false MCP_SERVER_LOG_DIR=.logs # Database/Cache MCP_SERVER_DB_PATH=.data/cache.db MCP_SERVER_CACHE_ENABLED=true MCP_SERVER_CACHE_TTL=3600 # Timeouts MCP_SERVER_TIMEOUT=30000 # Transport (stdio or http) MCP_SERVER_TRANSPORT=stdio MCP_SERVER_PORT=3000 MCP_SERVER_HOST=127.0.0.1 # OAuth / JWT (for HTTP transport) # MCP_SERVER_AUTH_SERVER=https://auth.example.com # MCP_SERVER_JWKS_URI=https://auth.example.com/.well-known/jwks.json # MCP_SERVER_TOKEN_ISSUER=https://auth.example.com # MCP_SERVER_TOKEN_AUDIENCE=https://api.example.com # MCP_SERVER_JWT_CLOCK_TOLERANCE=30 # Observability # MCP_SERVER_SENTRY_DSN=https://xxx@sentry.io/xxx # OTEL_ENABLED=true # OTEL_EXPORTER_OTLP_ENDPOINT=http://localhost:4318 # Development MCP_SERVER_DEBUG=false

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/cameronsjo/mcp-server-template'

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