mcpbeat Sign in

OmniGlyph MCP Server

local only

OmniGlyph runs on your own machine — the client starts it, so there is no endpoint to ping. 97 installs a week from pypi. Last commit 12 Sep 2026.

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

Installs per day peak 34 · avg 13 · +80% w/w
a month agotoday
97
Installs / week
pypi · omniglyph
3
Stars
0 open issues
12 Sep 2026
Last commit
0 releases in 90 days
Apache-2.0
License
Python

Nothing serious here today

Today is the operative word: we check OmniGlyph every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add omniglyph -- uvx omniglyph
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "omniglyph": {
      "args": [
        "omniglyph"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.omniglyph]
command = "uvx"
args = ["omniglyph"]
.cursor/mcp.json
{
  "mcpServers": {
    "omniglyph": {
      "args": [
        "omniglyph"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "omniglyph": {
      "args": [
        "omniglyph"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to OmniGlyph

same job, measured the same way
Vector DB MCP
by kroq86

Assembly-accelerated DuckDB MCP server for code search, indexing, and symbol lookup.

local only
Locus
by paladini

Lightweight MCP server for LSP code intelligence — symbol lookup, refs, types, diagnostics.

36 installs/wk local only
I
Ruchy MCP
by noahgift

MCP server for Ruchy: code analysis, scoring, linting, formatting, and transpilation tools

local only
Seojeom MCP
by seojeom

Local-first MCP server for Claude/Codex project wiki and graph workflows

local only
Graphlens MCP
by neko1313

Semantic code graph MCP server for coding agents

162 installs/wk local only
Ask LLM
by lykhoyda

Unified MCP server for Gemini, Codex, Claude, Grok, Ollama, and Antigravity

544 installs/wk local only
Socraticode
by giancarloerra

MCP server for enterprise local codebase indexing, semantic search, and code dependency graphs.

5 182 installs/wk local only
Pipe Docs (SPR) MCP Server
by machuraharry

Docs + source RAG for Pipe language: semantic search, cited answers, code symbol lookup.

local only

OmniGlyph — questions

Answers built from our own checks of this server.

Why is there no uptime for OmniGlyph?
OmniGlyph runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package omniglyph was installed 97 times last week.
How do I connect OmniGlyph?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls omniglyph straight from pypi; nothing to host, nothing to sign up for.
How many people use OmniGlyph?
The pypi package omniglyph was installed 97 times in the last week. Week over week that is +80%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is OmniGlyph open source?
Yes — it is published under the Apache-2.0 licence, written in Python and 3 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.