Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MCP_HOST | No | Bind address for network transports | 0.0.0.0 |
| MCP_PORT | No | Port for network transports | 8000 |
| LOG_LEVEL | No | Set to DEBUG for verbose startup logging; defaults to WARNING for OCI SDK logs | |
| OCI_REGION | No | OCI region override | |
| MCP_VERSION | No | Entry mode (v2 = MCP server, v3 = bootstrap/CLI) | v2 |
| MCP_HTTP_HOST | No | Legacy HTTP bind address (fallback) | 0.0.0.0 |
| MCP_HTTP_PORT | No | Legacy HTTP port (fallback) | 8000 |
| MCP_TRANSPORT | No | Transport mode: stdio, http, sse, or streamable-http | stdio |
| JWT_SIGNING_KEY | No | JWT signing key used for OAuth sessions | |
| OCI_CLI_PROFILE | No | OCI profile name from ~/.oci/config | DEFAULT |
| OCI_APM_ENDPOINT | No | OCI APM OTLP endpoint | |
| DBM_CLIENT_TIMEOUT | No | DBM client timeout in seconds | |
| OCI_CLIENT_TIMEOUT | No | OCI client timeout in seconds | |
| OTEL_DISABLE_LOCAL | No | Disable local collector fallback | false |
| OPSI_CLIENT_TIMEOUT | No | OPSI client timeout in seconds | |
| OTEL_TRACING_ENABLED | No | Enable OpenTelemetry tracing | true |
| FASTMCP_OAUTH_ENABLED | No | Enable OCI IAM OAuth authentication (1 to enable) | 0 |
| MCP_CLIENT_TIMEOUT_MS | No | Caps tool invocation time in milliseconds | |
| STORAGE_ENCRYPTION_KEY | No | Encryption key for token storage | |
| OCI_APM_PRIVATE_DATA_KEY | No | OCI APM private data key | |
| OTEL_EXPORTER_OTLP_ENDPOINT | No | Generic OTLP endpoint (HTTP or gRPC) |
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 | |