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 |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
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 | |
This server cannot be deployed
Maintenance
ActivityInactive
ResponsivenessNo issues