← Back to Plugins
MCP Server MCP

Dataiku MCP

github By github 👁 1 views ▲ 0 votes

MCP server for Dataiku DSS project, flow, and operations APIs.

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "dataiku-mcp",
      "version": "1.1.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Dataiku DSS instance URL (for example, https://my-dss.app.dataiku.io).",
          "isRequired": true,
          "format": "string",
          "name": "DATAIKU_URL"
        },
        {
          "description": "Dataiku API key.",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "DATAIKU_API_KEY"
        },
        {
          "description": "Optional default Dataiku project key.",
          "format": "string",
          "name": "DATAIKU_PROJECT_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...