codemirror-mcp.md

CodeMirror MCP

UI App
from"marimo-team"
680

CodeMirror 6 extension with MCP autocomplete, hover tooltips, and syntax highlighting

Developer Tools
CodeMirrorautocompletesyntaxeditor
install.sh
# Clone the repository
$git clone https://github.com/marimo-team/codemirror-mcp
# Install dependencies
$npm install
# Build and serve
$npm run build && npm run serve