Sage Book Server Package
Project description
Jupyter MCP Server
A basic description of your Jupyter MCP Server package.
Installation
pip install .
Or using uv:
uv pip install .
Running the Server
- Start Jupyter Lab:
jupyter lab --port 8888 --IdentityProvider.token MY_TOKEN --ip 0.0.0.0
- In a separate terminal, start the MCP server:
python -m src.server.simple_server
- Add the Anthropic model id and API key to the
.envfile.
Notes
- Replace
MY_TOKENwith your desired authentication token - The server will be accessible at
http://localhost:8888 - Make sure to keep all three processes running (Jupyter Lab and both MCP server/client instances)
MCP Server Setup with uv
-
Install
uv(if not already installed)curl -Ls https://astral.sh/uv/install.sh | bash
-
Navigate to the project directory
cd /path/to/jupyter-mcp-server
-
Create a
uv-managed virtual environment (Python 3.10)uv venv --python=3.10 .venv
-
Activate the environment
source .venv/bin/activate
-
Install all required packages
uv pip install -r requirements.txt
-
Run the MCP server
uv --directory /path/to/jupyter-mcp-server run python -m src.server.simple_server --stdio
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file sage_book_server-0.1.0-py3-none-any.whl.
File metadata
- Download URL: sage_book_server-0.1.0-py3-none-any.whl
- Upload date:
- Size: 84.6 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
aa7d6dcc9e3686489ad44a90b13fbeacaa1ca66ef0985356369d3c099e2648c0
|
|
| MD5 |
102f3c9df7ce6009dc0c67d43aac0758
|
|
| BLAKE2b-256 |
789774d1f65a12ea403bb93480011fe0417363f1865286297fa5811d126a3895
|