Skip to main content
Glama
davidf9999
by davidf9999

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MCP_MODENoServer transport mode: 'stdio' (default) or 'http'.stdio
MCP_AUTH_TOKENNoAuthentication token for basic auth (format 'user:password') or bearer token.
MCP_SERVER_URLNoServer URL for legacy clients.
MCP_SERVER_USERNoUsername for basic authentication (used with MCP_SERVER_PASSWORD).
PYTHONUNBUFFEREDNoSet to '1' to disable Python output buffering (recommended for Docker).0
MCP_SERVER_PASSWORDNoPassword for basic authentication (used with MCP_SERVER_USER).
GX_ANALYTICS_ENABLEDNoSet to 'false' to disable Great Expectations anonymous usage telemetry.true
MCP_CSV_SIZE_LIMIT_MBNoMaximum CSV file size in MB (1-1024). Default is 50.50

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}
logging
{}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
extensions
{
  "io.modelcontextprotocol/ui": {}
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
load_datasetA

Load data (CSV string, URL, or local file) into memory and return a handle.

create_suiteA

Create a named ExpectationSuite, optionally profiled from a dataset.

add_expectationA

Add a single expectation to an existing suite (or create it).

get_versionA

Return the API version for MCP server.

run_checkpointB

Run a validation checkpoint against a dataset using an expectation suite.

get_validation_resultA

Fetch detailed validation results for a prior validation run.

pingA

Return basic health status.

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/davidf9999/gx-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server