Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
DEBUG | No | Enable debug mode | false |
MINIO_SECURE | No | Whether to use secure connection to MinIO | false |
POSTGRES_HOST | No | PostgreSQL server hostname | localhost |
POSTGRES_PORT | No | PostgreSQL server port | 5432 |
POSTGRES_USER | No | PostgreSQL username | dp_mcp_user |
MINIO_ENDPOINT | No | MinIO server endpoint | localhost:9000 |
MCP_SERVER_HOST | No | MCP server host | 127.0.0.1 |
MCP_SERVER_PORT | No | MCP server port | 8888 |
MINIO_ACCESS_KEY | No | MinIO access key | minioadmin |
MINIO_SECRET_KEY | No | MinIO secret key | minioadmin123 |
POSTGRES_DATABASE | No | PostgreSQL database name | dp_mcp_dev |
POSTGRES_PASSWORD | No | PostgreSQL password | dp_mcp_password |
POSTGRES_SSL_MODE | No | PostgreSQL SSL mode | prefer |
POSTGRES_POOL_SIZE | No | PostgreSQL connection pool size | |
DEFAULT_QUERY_LIMIT | No | Default query result limit | |
MINIO_DEFAULT_BUCKET | No | Default MinIO bucket name | default-bucket |
POSTGRES_MAX_CONNECTIONS | No | Maximum number of PostgreSQL connections |
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 |