Skip to main content
Developer ToolsPython

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 )

developer-toolscloud-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/inspizzz/jetbrains-datalore-mcp

Claude Desktop configuration example:

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

Check the repository README for specific installation and configuration instructions.

Details

Category
Developer Tools
Language
Python
Author
inspizzz