MCP server for Sobree — exposes a Y.Doc-backed editor's mutations as Model Context Protocol tools so LLMs can read and edit a Sobree document.
{
"mcpServers": {
"sobreemcp": {
"command": "npx",
"args": [
"-y",
"@sobree/mcp"
]
}
}
}