Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| JWT_SECRET_KEY | No | Secret key used to sign JWT tokens for API access | my-test-key |
| BASIC_AUTH_PASSWORD | No | Password for Admin UI login and HTTP Basic authentication | changeme |
| MCPGATEWAY_UI_ENABLED | No | Enable the interactive Admin dashboard | false |
| MCPGATEWAY_ADMIN_API_ENABLED | No | Enable API endpoints for admin operations | false |
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 | |