Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DB_NAME | Yes | The database name | |
| DB_PORT | Yes | The database port | |
| DB_USER | Yes | The database user | |
| DB_ADDRESS | Yes | The database address/host | |
| DB_PASSWORD | Yes | The database password | |
| MCP_API_KEY | No | Optional API key for HTTP mode authentication. If set, the HTTP mode will require Authorization: Bearer <MCP_API_KEY> on every request. Stdio mode does not use the token. |
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 | |