GEML — a plain-text document format built to be edited in place, one section at a time for Grok
io.github.geml-spec/geml
One section in, one section out — on Markdown/GEML files, bad writes refused.
client:Grok
transport:stdio
runtime:npm
Install GEML — a plain-text document format built to be edited in place, one section at a time in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"geml": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@geml/geml"
]
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs