Skip to main content
Glama

Jupyter MCP Server

by datalayer
name: Test on: push: branches: ["main"] pull_request: branches: ["main"] defaults: run: shell: bash -eux {0} jobs: test: runs-on: ${{ matrix.os }} strategy: fail-fast: false matrix: os: [ubuntu-latest, macos-latest, windows-latest] python-version: ["3.10", "3.13"] steps: - name: Checkout uses: actions/checkout@v4 - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v5 with: python-version: ${{ matrix.python-version }} - name: Install the extension run: | python -m pip install ".[test]" pip uninstall -y pycrdt datalayer_pycrdt pip install datalayer_pycrdt==0.12.17 - name: Test the extension run: | pytest .

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/datalayer/jupyter-mcp-server'

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