Dataiku MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DATAIKU_URL | Yes | DSS base URL | |
| DATAIKU_API_KEY | Yes | DSS API key | |
| DATAIKU_PROJECT_KEY | No | Default project key (optional) | |
| DATAIKU_DEBUG_LATENCY | No | Set to '1' or 'true' to include per-tool timing diagnostics | |
| DATAIKU_REQUEST_TIMEOUT_MS | No | Per-attempt request timeout in milliseconds (default: 30000) | |
| DATAIKU_RETRY_MAX_ATTEMPTS | No | Max attempts for retry-enabled requests (GET only, default: 4, cap: 10) |
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
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| projectA | Project ops: list/get/metadata/flow/map. map returns normalized connectivity in structuredContent.map; includeRaw adds original graph payload. |
| datasetB | Dataset ops: list/get/schema/preview/metadata/download/create/update/delete. get is summary-first; set includeDefinition=true to include full JSON definition. |
| recipeC | Recipe ops: list/get/create/update/delete/download. get is summary-first; set includePayload=true to include payload snippets. |
| jobB | Job ops: list/get/log/build/buildAndWait/wait/abort. get is summary-first; set includeDefinition=true to include full JSON definition. |
| scenarioA | Scenario ops: list/run/status/get/create/update/delete. get is summary-first; use includeScript/includeDefinition for details. |
| variableB | Project variable ops: get/set. set merges provided standard/local keys with existing values. |
| managed_folderC | Managed folder ops: list/get/contents/download/upload/delete_file. |
| connectionA | Connection discovery (action: infer). Default mode=fast uses DSS connection names; mode=rich scans project datasets for inferred type/schema/managed details. |
| code_envB | Code env ops: list/get. get returns package summaries; set full=true for full package lists. |
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
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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/clssck/Dataiku_MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server