by marimo-team · MCP Server · ★ 79
codemirror-mcp A CodeMirror extension that implements the Model Context Protocol (MCP) for resource mentions and prompt commands. Features Resource Completion: Autocomplete for mentions Resource Decorations: Visual styling for mentions with click handling Prompt Completion: Autocomplete for commands Theme Support: Customizable styling Installation Peer Dependencies This module requires the following peer dependencies: Usage ts import { WebSocketClientTransport } from "@modelcontextprotocol/sdk/client/websocket.js"; import { mcpExtension, extractResources } from '@marimo-team/codemirror-mcp';...
| Stars | 79 |
| Forks | 4 |
| Language | TypeScript |
| Category | MCP Server |
| License | Apache-2.0 |
| Quality Score | 57.24/100 |
| Open Issues | 1 |
| Last Updated | 2026-05-12 |
| Created | 2025-01-09 |
| Platforms | mcp, node |
| Est. Tokens | ~8k |
These tools work well together with codemirror-mcp for enhanced workflows:
Explore other popular mcp server tools:
codemirror-mcp is CodeMirror extension to hook up a Model Context Provider (MCP). It is categorized as a MCP Server with 79 GitHub stars.
codemirror-mcp is primarily written in TypeScript. It covers topics such as codemirror, codemirror-extension, mcp.
You can find installation instructions and usage details in the codemirror-mcp GitHub repository at github.com/marimo-team/codemirror-mcp. The project has 79 stars and 4 forks, indicating an active community.
codemirror-mcp is released under the Apache-2.0 license, making it free to use and modify according to the license terms.