One section in, one section out — on Markdown/GEML files, bad writes refused.
Runs locally over stdio
This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
npx -y @geml/geml
MCP client config
{
"mcpServers": {
"geml-a-plain-text-document-format-built-to-be-edited-in-place-one-section-at-a-time": {
"command": "npx",
"args": [
"-y",
"@geml/geml"
]
}
}
}