gx-mcp-server
by davidf9999
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MCP_MODE | No | Server transport mode: 'stdio' (default) or 'http'. | stdio |
| MCP_AUTH_TOKEN | No | Authentication token for basic auth (format 'user:password') or bearer token. | |
| MCP_SERVER_URL | No | Server URL for legacy clients. | |
| MCP_SERVER_USER | No | Username for basic authentication (used with MCP_SERVER_PASSWORD). | |
| PYTHONUNBUFFERED | No | Set to '1' to disable Python output buffering (recommended for Docker). | 0 |
| MCP_SERVER_PASSWORD | No | Password for basic authentication (used with MCP_SERVER_USER). | |
| GX_ANALYTICS_ENABLED | No | Set to 'false' to disable Great Expectations anonymous usage telemetry. | true |
| MCP_CSV_SIZE_LIMIT_MB | No | Maximum CSV file size in MB (1-1024). Default is 50. | 50 |
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/davidf9999/gx-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server