MongoDB MCP Server
by az-coder-123
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MONGODB_URI | No | MongoDB connection string | mongodb://localhost:27017 |
| MCP_READ_ONLY | No | Enable read-only mode | false |
| MCP_DENIED_TOOLS | No | Comma-separated list of denied tools | |
| MCP_MASKED_FIELDS | No | Comma-separated masked fields | password,secret,token,apiKey |
| MCP_AUDIT_LOG_PATH | No | Audit log file path (console only if empty) | |
| MCP_DENIED_DATABASES | No | Comma-separated list of denied databases | |
| MCP_ALLOWED_DATABASES | No | Comma-separated list of allowed databases | |
| MCP_AUDIT_LOG_ENABLED | No | Enable audit logging | true |
| MCP_MAX_QUERY_RESULTS | No | Maximum query results | 1000 |
| MCP_RATE_LIMIT_ENABLED | No | Enable rate limiting | true |
| MCP_MAX_BULK_OPERATIONS | No | Maximum bulk operations | 1000 |
| MCP_DATA_MASKING_ENABLED | No | Enable data masking | true |
| MCP_RATE_LIMIT_WINDOW_MS | No | Rate limit window in milliseconds | 60000 |
| MCP_RATE_LIMIT_MAX_REQUESTS | No | Max requests per window | 100 |
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/az-coder-123/mongodb-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server