Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DB_HOST | No | The Firebird database host | localhost |
| DB_PORT | No | The Firebird database port | 3050 |
| DB_USER | Yes | The database user | SYSDBA |
| SSE_PORT | No | The port for SSE transport | 3003 |
| LOG_LEVEL | No | Logging level (debug, info, warn, error) | info |
| CORS_ORIGIN | No | Allowed CORS origins (comma-separated) | |
| DB_DATABASE | Yes | The path to the Firebird database file | |
| DB_PASSWORD | Yes | The database password | |
| CORS_HEADERS | No | Allowed CORS headers (comma-separated) | Content-Type,mcp-session-id |
| CORS_METHODS | No | Allowed CORS methods (comma-separated) | GET,POST,OPTIONS |
| MAX_SESSIONS | No | Maximum concurrent sessions for SSE transport | 1000 |
| TRANSPORT_TYPE | No | The transport protocol type (stdio, sse, http, or unified) | stdio |
| SSE_SESSION_TIMEOUT_MS | No | Session timeout in milliseconds for SSE transport | 1800000 |
| SESSION_CLEANUP_INTERVAL_MS | No | Session cleanup interval in milliseconds | 60000 |
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 | |