Replies: 3 comments
-
|
Thanks for starting this discussion! Improving agent integration (in VS Code and beyond) is a goal for us this year. We're actively thinking about how to make the marimo + agent experience better. Curious if you've tried Claude Code with Jupyter in VS Code? It seems to have similar challenges there - any progress they make we could likely build on. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
|
A little wary of PRing slop, so I'll just share I've been using this (nearly 100% vibe-coded) fork and it works well: https://github.com/cyniphile/marimo-lsp/tree/feature/mcp-server Saw you're working on marimo-team/marimo-lsp#378 already anyway, so maybe not necessary. |
Beta Was this translation helpful? Give feedback.

Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
CC can see outputs via MCP if I used the vanilla marimo server + browser UI, but doesn't seem to work with the VSCode extension?
I can use claude code + vscode + marimo by running a marimo server in the background, so claude points to that sever while the VSCode notebook points to its own extension server, but of course this doubles resource use.
Beta Was this translation helpful? Give feedback.
All reactions