Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MONGO_DEV_PASSWORD | No | Development environment MongoDB password | |
| QUERYNEST_MCP_HOST | No | HTTP mode host address | |
| QUERYNEST_MCP_PORT | No | HTTP mode port | |
| MONGO_PROD_PASSWORD | No | Production environment MongoDB password | |
| MONGO_TEST_PASSWORD | No | Test environment MongoDB password | |
| QUERYNEST_LOG_LEVEL | No | Log level | INFO |
| QUERYNEST_CONFIG_PATH | No | Configuration file path | config.yaml |
| QUERYNEST_MCP_TRANSPORT | No | MCP transport method | stdio |
Schema
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |