Skip to main content
Glama

Jupyter MCP Server

by datalayer
__init__.py443 B
# Copyright (c) 2023-2024 Datalayer, Inc. # # BSD 3-Clause License """ Jupyter to MCP Adapter Package This package provides the adapter layer to expose MCP server tools as a Jupyter Server extension. It supports dual-mode operation: standalone MCP server and embedded Jupyter server extension. """ from jupyter_mcp_server.jupyter_extension.context import ServerContext, get_server_context __all__ = ["ServerContext", "get_server_context"]

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