Skip to main content
Glama
clssck

Dataiku MCP Server

by clssck

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
DATAIKU_URLYesDSS base URL
DATAIKU_API_KEYYesDSS API key
DATAIKU_PROJECT_KEYNoDefault project key (optional)
DATAIKU_DEBUG_LATENCYNoSet to '1' or 'true' to include per-tool timing diagnostics
DATAIKU_REQUEST_TIMEOUT_MSNoPer-attempt request timeout in milliseconds (default: 30000)
DATAIKU_RETRY_MAX_ATTEMPTSNoMax 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

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

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/clssck/Dataiku_MCP'

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