Skip to main content
Glama

MCP Server

by hburgoyne
.env.example558 B
# PostgreSQL Configuration POSTGRES_USER=postgres POSTGRES_PASSWORD=postgres_password_change_me POSTGRES_DB=picard_mcp POSTGRES_HOST=db-mcp POSTGRES_PORT=5432 # MCP Server Configuration MCP_SERVER_NAME=Picard MCP MCP_SERVER_HOST=0.0.0.0 MCP_SERVER_PORT=8000 MCP_ISSUER_URL=http://localhost:8001 # OAuth Configuration OAUTH_CLIENT_ID=550e8400-e29b-41d4-a716-446655440000 OAUTH_CLIENT_SECRET=a_strong_random_secret_at_least_32_characters OAUTH_REDIRECT_URI=http://localhost:8000/oauth/callback # OpenAI Configuration OPENAI_API_KEY=your_openai_api_key_here

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/hburgoyne/picard_mcp'

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