Skip to main content
Glama
tghanchidnx

mdx-mcp

by tghanchidnx

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MDX_MCP_CUBEYesCube name
MDX_MCP_USERNoUsername for basic auth (optional)
MDX_MCP_CATALOGYesDatabase catalog name
MDX_MCP_ENDPOINTYesXMLA endpoint URL
MDX_MCP_PASSWORDNoPassword for basic auth (optional, alternative to MDX_MCP_PASSWORD_FILE)
ANTHROPIC_API_KEYYesAPI key for Claude (default LLM provider)
MDX_MCP_PASSWORD_FILENoPath to password file (optional, alternative to MDX_MCP_PASSWORD)

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
mdx_introspectA

Return the cube's 'skills' block: measures, dimensions, hierarchies for grounding.

mdx_askA

Answer a natural-language question with a verified MDX result.

Introspects the cube, generates k candidate MDX queries, executes them read-only, and returns the self-consistency verdict: {status: answer|abstain|clarify, value, mdx, agreement, errors, ...}. Never guesses a number when candidates disagree or fail.

mdx_runB

Execute a provided MDX query (read-only; SELECT/WITH only) and return the cell value.

mdx_explainB

Explain a given MDX query in plain language (what it measures, slices, and returns).

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/tghanchidnx/mdx-mcp'

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