Skip to main content
Glama

MCP Complete Implementation Guide

by saksham0712
.env.example•653 B
# MCP Server Configuration PORT=3000 NODE_ENV=development # API Keys (if needed for external services) # OPENAI_API_KEY=your_openai_api_key_here # ANTHROPIC_API_KEY=your_anthropic_api_key_here # MCP_API_TOKEN=your_mcp_api_token_here # Database (if using) # DATABASE_URL=your_database_url_here # External Services # WEATHER_API_KEY=your_weather_api_key_here # NEWS_API_KEY=your_news_api_key_here # Security Settings ALLOW_EXECUTE_COMMANDS=false MAX_FILE_SIZE=10485760 # 10MB in bytes MAX_EXECUTION_TIME=30000 # 30 seconds in ms # Logging LOG_LEVEL=info LOG_FORMAT=json # CORS Settings ALLOWED_ORIGINS=http://localhost:3000,http://127.0.0.1:3000

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/saksham0712/MCP'

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