Skip to content

Latest commit

 

History

History

marimo_mcp_basic_agent

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

marimo MCP Agent example

This example marimo notebook shows a "finder" Agent which has access to the 'fetch' and 'filesystem' MCP servers.

You can ask it information about local files or URLs, and it will make the determination on what to use at what time to satisfy the request.

First modify mcp_agent.config.yaml to include directories to which you'd like to give the agent access.

Then run with:

OPENAI_API_KEY=<your-api-key> uvx marimo edit --sandbox notebook.py

To serve as a read-only app, use

OPENAI_API_KEY=<your-api-key> uvx marimo run --sandbox notebook.py