Skip to content
Zed

OmniGlyph for Zed

io.github.aidi1723/omniglyph

Local symbol ground truth MCP server for Unicode lookup and code-symbol linting.

client:Zed transport:stdio runtime:pypi

Install OmniGlyph in Zed

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

{
  "context_servers": {
    "omniglyph": {
      "command": "uvx",
      "args": [
        "omniglyph"
      ]
    }
  }
}

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

OmniGlyph in other clients