Skip to main content
Glama
codewithcheese

jupyter-kernel-mcp

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Capabilities

Features and capabilities supported by this server

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

Latest Blog Posts

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/codewithcheese/jupyter-kernel-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server