Skip to main content
Glama
YmSaki
by YmSaki

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
IPYNB_MCP_DEFAULT_KERNELNoDefault kernel name to use when the notebook does not specify a kernel in metadata.kernelspec.name.

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
notebook_infoA

Return notebook metadata and compact summaries of all cells.

read_cellA

Read one cell by its zero-based index, including outputs for code cells.

add_cellA

Add a cell. Append when index is omitted. Creates a missing notebook.

edit_cellB

Replace a cell's source and optionally its type.

run_cellB

Execute one code cell in the notebook's persistent default kernel and save outputs.

restart_kernelA

Restart the notebook's kernel, clearing all in-memory variables.

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/YmSaki/ipynb-mcp'

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