mdx-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MDX_MCP_CUBE | Yes | Cube name | |
| MDX_MCP_USER | No | Username for basic auth (optional) | |
| MDX_MCP_CATALOG | Yes | Database catalog name | |
| MDX_MCP_ENDPOINT | Yes | XMLA endpoint URL | |
| MDX_MCP_PASSWORD | No | Password for basic auth (optional, alternative to MDX_MCP_PASSWORD_FILE) | |
| ANTHROPIC_API_KEY | Yes | API key for Claude (default LLM provider) | |
| MDX_MCP_PASSWORD_FILE | No | Path to password file (optional, alternative to MDX_MCP_PASSWORD) |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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