Skip to main content
Glama
danielscholl-osdu

OSDU MCP Server

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
AWS_REGIONNoAWS region (required for AWS access key auth)
AWS_PROFILENoAWS profile name (required for AWS SSO auth)
AZURE_CLIENT_IDNoAzure client ID (required for Azure authentication methods)
AZURE_TENANT_IDNoAzure tenant ID (required for Azure authentication methods)
AWS_ACCESS_KEY_IDNoAWS access key ID (required for AWS access key auth)
AZURE_CLIENT_SECRETNoAzure client secret (required for Azure service principal auth; not needed for Azure CLI)
OSDU_MCP_AUTH_SCOPENoCustom OAuth scope for Azure v1.0 token environments (optional)
OSDU_MCP_SERVER_URLYesURL of the OSDU server, e.g., https://your-osdu.com
OSDU_MCP_USER_TOKENNoManual OAuth Bearer token (JWT). Takes precedence over all other auth methods.
AWS_SECRET_ACCESS_KEYNoAWS secret access key (required for AWS access key auth)
OSDU_MCP_LOGGING_LEVELNoLogging level: DEBUG, INFO, WARNING, ERROR, CRITICAL (default INFO)
OSDU_MCP_SERVER_DOMAINNoData domain for ACL format, e.g., contoso.com. Default extracted from server URL.
OSDU_MCP_LOGGING_ENABLEDNoEnable structured JSON logging: 'true' or 'false' (default false)
OSDU_MCP_ENABLE_WRITE_MODENoEnable write operations: 'true' or 'false' (default false)
OSDU_MCP_ENABLE_DELETE_MODENoEnable delete operations: 'true' or 'false' (default false)
GOOGLE_APPLICATION_CREDENTIALSNoPath to GCP service account JSON key file (required for GCP key auth)
OSDU_MCP_SERVER_DATA_PARTITIONYesOSDU data partition, e.g., opendes

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription

No tools

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

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