← Back to Plugins
MCP Server MCP

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

github By github 👁 1 views ▲ 0 votes

Patch a single block of a GEML document by id. Bad writes are refused; any one block rolls back.

Homepage Verified source GitHub

Install

npx -y @geml/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "@geml/geml",
      "version": "1.8.4",
      "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"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...