List Active Notebooks
list_active_notebooksRetrieve active marimo notebook sessions with file paths and session IDs to discover and bind a live notebook for inspection or editing.
Instructions
List currently active marimo notebooks.
Returns all active sessions with their file paths and session IDs.
The first discovered session is automatically bound as the active
session, so later calls that share this MCP session can omit both
session_id and server_url.
The binding is server-side state keyed by the MCP session identity the
client negotiates, so it reaches the next call only when the client keeps
one MCP session for the connection — an mcp-SDK-based client does,
fastmcp's own Client does not on the pinned fastmcp 4.0.3 (it starts a
new session per request). Where that is the case, pass session_id and
server_url explicitly on every call.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| server_url | No | Optional explicit server URL. If not provided, discovers servers from the marimo registry. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||