Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PUBLIC_URL | No | Override base URL for OAuth callbacks (e.g., https://your-domain.com) | |
| MCP_TRANSPORT | No | Transport mode: stdio, sse, or both | both |
| NGROK_AUTHTOKEN | No | ngrok auth token for remote tunneling | |
| OAUTH_CLIENT_ID | No | OAuth client ID | |
| OAUTH_SECRET_KEY | No | Secret key for signing JWT tokens | |
| DASHBOARD_PASSWORD | No | Basic auth password for dashboard | |
| DASHBOARD_USERNAME | No | Basic auth username for dashboard | |
| OAUTH_CLIENT_SECRET | No | OAuth client secret |
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 | |