Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DEBUG | No | Debug logging configuration | |
| NODE_ENV | No | Node environment (production/development) | development |
| REDIS_URL | No | Redis connection string | |
| API_PREFIX | No | API base path | /api/v1 |
| JWT_SECRET | No | JWT signing key for authentication | |
| DATABASE_URL | No | PostgreSQL connection string | |
| MCP_TRANSPORT | No | Transport mode for MCP server (stdio/http) | stdio |
| MCP_SERVER_PORT | No | Port for MCP server when using HTTP transport | 3000 |
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 | |