Skip to main content
Glama

Jupyter MCP Server

by datalayer
# Copyright (c) 2023-2024 Datalayer, Inc. # # BSD 3-Clause License FROM python:3.10-slim WORKDIR /app COPY pyproject.toml pyproject.toml COPY LICENSE LICENSE COPY README.md README.md COPY jupyter_mcp_server/* jupyter_mcp_server/ RUN pip install -e . RUN pip uninstall -y pycrdt datalayer_pycrdt RUN pip install datalayer_pycrdt==0.12.17 EXPOSE 4040 ENTRYPOINT ["python", "-m", "jupyter_mcp_server.server"]

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