Skip to main content
Glama

MCP Server

by hburgoyne
.env.example571 B
# Django settings DEBUG=True DJANGO_SECRET_KEY=django-insecure-key-for-development-only-change-me # Database settings DB_NAME=django_client DB_USER=postgres DB_PASSWORD=postgres_password_change_me DB_HOST=db-django DB_PORT=5432 # MCP Server settings MCP_SERVER_URL=http://localhost:8001 MCP_SERVER_INTERNAL_URL=http://mcp_server:8000 # OAuth settings 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 OAUTH_SCOPES=memories:read memories:write

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