GEML — a plain-text document format built to be edited in place, one section at a time for Cursor
io.github.geml-spec/geml
One section in, one section out — on Markdown/GEML files, bad writes refused.
client:Cursor
transport:stdio
runtime:npm
Install GEML — a plain-text document format built to be edited in place, one section at a time in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"geml": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@geml/geml"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs