Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | Port for SSE mode | 3000 |
| LOG_DIR | No | Directory for log files | ./logs |
| NODE_ENV | No | Environment (development, production) | development |
| LOG_LEVEL | No | Logging level (debug, info, warn, error) | info |
| MONGODB_URI | Yes | MongoDB connection string | mongodb://localhost:27017 |
| MCP_TRANSPORT | No | Transport mode (STDIO or SSE) | STDIO |
| MONGODB_DATABASE | Yes | Default database name | mcp_default |
| MCP_READ_ONLY_MODE | No | Restrict to read-only operations |
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 | |