Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MCP_SERVER_BASE_URL | No | Public base URL — required for OIDC (e.g. https://mcp.example.com) | |
| MCP_SERVER_HTTP_PATH | No | Mount path for HTTP transport | /mcp |
| MCP_SERVER_LOG_LEVEL | No | Log level (DEBUG, INFO, WARNING, ERROR) | INFO |
| MCP_SERVER_READ_ONLY | No | Disable write tools | true |
| MCP_SERVER_SERVER_NAME | No | Server name shown to clients | mcp-server |
| MCP_SERVER_BEARER_TOKEN | No | Static bearer token | |
| MCP_SERVER_INSTRUCTIONS | No | System instructions for LLM context | |
| MCP_SERVER_OIDC_CLIENT_ID | No | OIDC client ID | |
| MCP_SERVER_OIDC_CONFIG_URL | No | OIDC discovery endpoint | |
| MCP_SERVER_OIDC_CLIENT_SECRET | No | OIDC client secret | |
| MCP_SERVER_OIDC_JWT_SIGNING_KEY | No | JWT signing key — required on Linux/Docker to survive restarts |
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 | |