Omni Glyph MCP Server

中文文档 / Chinese README OmniGlyph is not a dictionary for human reading. It is a local-first, source-traceable, machine-computable symbol infrastructure for AI agents, automation systems, and future semantic operating layers.

People connecting this server to Claude, Cursor, VS Code, or another MCP client. The project is written in Python.

VERIFIED ACTIVE

LAST COMMIT 2026-07-16 · ★ 3 · #513 OF 848 MAINTAINED OTHER · VERIFIED 2026-08-25

Apache-2.0 · Python servers · how we verify → /methodology

01 · Install Omni Glyph

before you install - you'll need

UV_CACHE_DIR

Environment variables documented in the project's README - it lists which are required and which have defaults.

Claude Code

claude mcp add aidi1723-omniglyph -- uvx omniglyph

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "aidi1723-omniglyph": {
      "command": "uvx",
      "args": [
        "omniglyph"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license Apache-2.0 - declared in the repository

pypi package omniglyph - check the name against the project README before installing (PyPI has no namespace ownership)

registry namespace io.github.aidi1723 is GitHub-verified and matches the repo owner

03 · What Omni Glyph can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v0.6.0-beta · 2026-04-25

OmniGlyph v0.6.0-beta Release Notes · OmniGlyph v0.6.0-beta turns the project from a local Unicode lookup utility into a clearer agent-facing protocol layer for explanation, Unicode security review, domain terminology…

04 · Who maintains Omni Glyph

OmniGlyph is maintained by aidi1723. It's the only MCP server we track from this author; the repo dates to Apr 2026.

05 · Facts

category
other - ranked #513 of 848 actively-maintained other servers as of 2026-08-25.
registry
io.github.aidi1723/omniglyph (active, first published 2026-04-25)
packages
pypi:omniglyph

06 · Omni Glyph FAQ

What is Omni Glyph?

中文文档 / Chinese README OmniGlyph is not a dictionary for human reading. It is a local-first, source-traceable, machine-computable symbol infrastructure for AI agents, automation systems, and future semantic operating layers.

Is Omni Glyph still maintained?

Yes - as of 2026-08-25, its last commit was 2026-07-16. We re-verify nightly.

How do I install Omni Glyph?

Run `uvx omniglyph`. The README documents one environment variable (UV_CACHE_DIR) to set first. You can also paste the ready-made client config above.

Does Omni Glyph run locally?

Yes - it's a stdio server: it runs on your machine (via uvx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Omni Glyph