Odel
GEML — a plain-text document format built to be edited in place, one section at a time

GEML — a plain-text document format built to be edited in place, one section at a time

Local
@geml-spec26JavaScriptUpdated Today

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).

npm@geml/gemlv1.10.1

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"
      ]
    }
  }
}