OSDU MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| AWS_REGION | No | AWS region (required for AWS access key auth) | |
| AWS_PROFILE | No | AWS profile name (required for AWS SSO auth) | |
| AZURE_CLIENT_ID | No | Azure client ID (required for Azure authentication methods) | |
| AZURE_TENANT_ID | No | Azure tenant ID (required for Azure authentication methods) | |
| AWS_ACCESS_KEY_ID | No | AWS access key ID (required for AWS access key auth) | |
| AZURE_CLIENT_SECRET | No | Azure client secret (required for Azure service principal auth; not needed for Azure CLI) | |
| OSDU_MCP_AUTH_SCOPE | No | Custom OAuth scope for Azure v1.0 token environments (optional) | |
| OSDU_MCP_SERVER_URL | Yes | URL of the OSDU server, e.g., https://your-osdu.com | |
| OSDU_MCP_USER_TOKEN | No | Manual OAuth Bearer token (JWT). Takes precedence over all other auth methods. | |
| AWS_SECRET_ACCESS_KEY | No | AWS secret access key (required for AWS access key auth) | |
| OSDU_MCP_LOGGING_LEVEL | No | Logging level: DEBUG, INFO, WARNING, ERROR, CRITICAL (default INFO) | |
| OSDU_MCP_SERVER_DOMAIN | No | Data domain for ACL format, e.g., contoso.com. Default extracted from server URL. | |
| OSDU_MCP_LOGGING_ENABLED | No | Enable structured JSON logging: 'true' or 'false' (default false) | |
| OSDU_MCP_ENABLE_WRITE_MODE | No | Enable write operations: 'true' or 'false' (default false) | |
| OSDU_MCP_ENABLE_DELETE_MODE | No | Enable delete operations: 'true' or 'false' (default false) | |
| GOOGLE_APPLICATION_CREDENTIALS | No | Path to GCP service account JSON key file (required for GCP key auth) | |
| OSDU_MCP_SERVER_DATA_PARTITION | Yes | OSDU data partition, e.g., opendes |
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 | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/danielscholl-osdu/osdu-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server