developer tools

Jetbrains Datalore Mcp

MCP server for interacting with cloud deployments of Jetbrains Datalore platform. Fully incorporated Datalore API ( run, run interactively, get run data, fetch files )

python
cloud
developer tools
0
View on GitHub

Installation

npx -y Inspizzz/jetbrains-datalore-mcp

Configuration

Add this to your Copilot settings (Settings → Features → MCP → Add New MCP Server):

{
  "name": "jetbrains-datalore-mcp",
  "command": "npx",
  "args": [
    "-y",
    "Inspizzz/jetbrains-datalore-mcp"
  ]
}

About This MCP Server

Inspizzz/jetbrains-datalore-mcp

MCP server for interacting with cloud deployments of Jetbrains Datalore platform. Fully incorporated Datalore API ( run, run interactively, get run data, fetch files )

GitHub: https://github.com/inspizzz/jetbrains-datalore-mcp

Need More Details?

View the complete documentation, examples, changelog, and more on GitHub

View Full Documentation on GitHub