mdb-mcp-gateway
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| AUTH_MODE | No | Authentication mode: disabled, hs256, jwks (default: disabled) | |
| ADMIN_EMAIL | No | Admin email for UI login (required if ADMIN_UI_ENABLED=true) | |
| MONGODB_URI | Yes | MongoDB connection URI (requires replica set for change streams) | |
| ADMIN_PASSWORD | No | Admin password for UI login (required if ADMIN_UI_ENABLED=true) | |
| AUTO_BOOTSTRAP | No | Automatically bootstrap indexes and seed data on startup (default: false) | |
| MONGODB_DB_NAME | Yes | MongoDB database name (default: mcp_gateway) | |
| OLLAMA_BASE_URL | No | Ollama base URL (default: http://host.docker.internal:11434) | |
| ADMIN_UI_ENABLED | No | Enable admin web UI (default: true) | |
| EMBEDDING_PROVIDER | No | Embedding provider: ollama, openai, azure_openai, voyage, gemini (default: ollama) | |
| ADMIN_SESSION_SECRET | No | Secret for admin session cookies (required if ADMIN_UI_ENABLED=true) | |
| DOWNSTREAM_TIMEOUT_MS | No | Downstream MCP server timeout in milliseconds (default: 2000) | |
| RATE_LIMIT_MAX_REQUESTS | No | Max requests per rate limit window (default: 100) | |
| RATE_LIMIT_WINDOW_SECONDS | No | Rate limit window in seconds (default: 1) |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
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/ranfysvalle02/m-gate'
If you have feedback or need assistance with the MCP directory API, please join our Discord server