Skip to content
Zed

gnomon for Zed

io.github.lihtness/gnomon-mcp

Deterministic batch tools so LLM agents stop guessing dates and math.

client:Zed transport:stdio runtime:pypi

Install gnomon in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "gnomon-mcp": {
      "command": "uvx",
      "args": [
        "gnomon-mcp"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

gnomon in other clients