Skip to main content
Glama
codewithcheese

jupyter-kernel-mcp

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
start_kernelA

Start a new Jupyter kernel with persistent state for code execution.

stop_kernelA

Stop and permanently remove a Jupyter kernel and all its state.

list_kernelsA

List all currently active Jupyter kernels with their status information.

execute_codeA

Execute Python code in a persistent Jupyter kernel with maintained state.

list_variablesA

List all variables currently defined in the specified kernel's namespace.

reset_kernelA

Reset a Jupyter kernel by clearing all variables and state while keeping the same ID.

get_kernel_statusA

Get detailed status information about a specific Jupyter kernel.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4/5.0

Scored across 7 tools

Disambiguation5/5

Each tool targets a distinct operation: execution, kernel lifecycle, variable listing, and status. No overlapping functionality.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern in lowercase snake_case, e.g., execute_code, reset_kernel.

Tool Count5/5

7 tools is appropriate for managing Jupyter kernels: start, stop, reset, list, status, variable listing, and code execution. Not excessive or sparse.

Completeness4/5

Covers core kernel lifecycle and code execution. Missing features like interrupting a kernel or retrieving execution history, but essential operations are present.

Maintenance

ActivityInactive
ResponsivenessNo issues