Jupyter MCP Server
by datalayer
Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
TOKEN | Yes | The token used for authentication with the JupyterLab server. | |
SERVER_URL | Yes | The URL of the server where JupyterLab is running. | http://localhost:8888 |
NOTEBOOK_PATH | Yes | The path to the notebook file, relative to the directory where JupyterLab was started. | notebook.ipynb |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
No tools |