GEML — a plain-text document format built to be edited in place, one section at a time
Patch a single block of a GEML document by id. Bad writes are refused; any one block rolls back.
What it says
The record the registry holds
How you get it
There is no address to call. This one is a package you install and run yourself, wherever your assistant runs.
@geml/geml · npm · 1.8.2
the recordCopied from the official MCP registry, exactly as it holds it.
{
"server": {
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.geml-spec/geml",
"description": "Patch a single block of a GEML document by id. Bad writes are refused; any one block rolls back.",
"title": "GEML — a plain-text document format built to be edited in place, one section at a time",
"repository": {
"url": "https://github.com/geml-spec/geml",
"source": "github"
},
"version": "1.8.2",
"websiteUrl": "https://github.com/geml-spec/geml",
"icons": [
{
"src": "https://raw.githubusercontent.com/geml-spec/geml/main/docs/assets/logo/avatar-512.png",
"mimeType": "image/png",
"sizes": [
"512x512"
]
}
],
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "@geml/geml",
"version": "1.8.2",
"transport": {
"type": "stdio"
},
"packageArguments": [
{
"value": "mcp",
"type": "positional"
},
{
"description": "The one directory the server may read and write. Paths outside it are refused, including via ../, absolute paths, and symlinks. Use an absolute path: a relative one resolves against whatever working directory the client happens to start the server in.",
"isRequired": true,
"type": "named",
"name": "--root",
"valueHint": "docs_directory"
},
{
"description": "Optional code-graph directory inside --root, adding four read-only call-graph tools. Defaults to <root>/.geml-code-graph when that holds an index.geml; with no graph those tools are not served.",
"type": "named",
"name": "--graph",
"valueHint": "code_graph_directory"
}
]
}
]
},
"_meta": {
"io.modelcontextprotocol.registry/official": {
"status": "active",
"statusChangedAt": "2026-08-18T01:30:59.883369Z",
"publishedAt": "2026-08-18T01:30:59.883369Z",
"updatedAt": "2026-08-18T01:30:59.883369Z",
"isLatest": true
}
}
}
Make it installable
Draft an Agent Plugin from this
An MCP server is raw capability: some tools, wired to something. An Agent Plugin is the packaging that says what job it does, what it leaves behind and where it stops. The prompt below carries this record and asks for the packaging; your own assistant writes it, and nothing here is sent anywhere.
What this is
MCP server
application/mcp-server-record+jsonlocal · you run it yourselfversion 1.8.2last seen 2026-08-23
These are the publisher's own words, filed by them with the official MCP registry and mirrored here. This catalog did not read them from the publisher and has not run, called or installed anything.