Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions docs/guides/editor_features/mcp.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,15 @@ marimo can expose its [AI tools](tools.md) through an MCP server endpoint, allow

When connected to marimo's MCP server, external applications can access all [AI tools](tools.md).

### Available prompts

When connected to marimo's MCP server, external applications can access the following prompts:

| Prompt | Description |
|--------|-------------|
| **active_notebooks** | Get current active notebooks and their session IDs and file paths. Returns session IDs and file paths for all active marimo notebook sessions, along with guidance on using these IDs with marimo MCP tools. |
| **errors_summary** | Get error summaries for all active notebooks. Returns a summary of all errors across active notebooks organized by notebook and cell, including error types, messages, and affected cell IDs. |

### Connecting external applications

marimo's MCP server works with any MCP-compatible application. Below are setup instructions for some commonly used applications:
Expand Down