Local symbol ground truth MCP server for Unicode lookup and code-symbol linting.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"io-github-aidi1723-omniglyph": {
"command": "<see-readme>",
"args": []
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Local symbol ground truth MCP server for Unicode lookup and code-symbol linting.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
This server is missing a description. Tools and install config are also missing.If you've used it, help the community.
Add informationBe the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in other
Persistent memory using a knowledge graph
Privacy-first. MCP is the protocol for tool access. We're the virtualization layer for context.
Official Miro MCP server - Supports context to code and creating diagrams, docs, and data tables.
MCP server for using the GitLab API
MCP Security Weekly
Get CVE alerts and security updates for io.github.aidi1723/omniglyph and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
AI Agent 的全球符号真值层。
The Symbol Ground Truth Layer for AI Agents.
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.
Its core philosophy is:
字符即封装,语义即运算。
In the AGI era, agents need a deterministic substrate beneath probabilistic language models. OmniGlyph turns Unicode characters, scripts, multilingual terms, technical symbols, industry abbreviations, and eventually domain concepts into structured facts that agents can query, verify, and compute against.
OmniGlyph is built around three layers that share the same deterministic foundation:
OmniGlyph gives agents a local, source-traceable physical truth layer for symbols and terms. It helps agents identify Unicode code points, suspicious homoglyphs, zero-width characters, Bidi controls, fullwidth/halfwidth forms, and private terminology before a probabilistic model starts reasoning.
This does not claim to eliminate every model hallucination. It reduces a concrete class of symbol-, character-, and terminology-layer failures by making the low-level text substrate inspectable and source-backed.
On top of the symbol truth layer, OmniGlyph can run as a deterministic MCP guardrail for enterprise workflows. Users can mount private Lexicon Packs for business terms, SKUs, material names, supplier terms, confidential vocabulary, and approved aliases.
Generated output can then be checked with validate_output_terms and enforce_grounded_output. Unknown, unapproved, or unsupported terms can be blocked or routed to review before they reach customers, ERP systems, quotes, or downstream tools.
OmniGlyph also treats natural language as a runtime attack surface. scan_language_input checks untrusted text for prompt-injection directives and hidden Unicode attacks, scan_output_dlp redacts sensitive outbound text, and enforce_intent validates action requests against deterministic intent manifests.
This layer does not execute shell commands or promise complete prompt-injection immunity. It gives host systems machine-readable allow, review, and block evidence so execution and delivery decisions can happen outside the model.
In one sentence:
OmniGlyph is a local Symbol Ground Truth Layer, deterministic enterprise guardrail, and language security gateway for AI agents.
OmniGlyph is prepared as both a Python package and an MCP Registry server.
omniglyph==0.7.0b0omniglyph==0.6.0b0io.github.aidi1723/omniglyphInstall the latest published PyPI package:
pip install omniglyph==0.6.0b0
Run the MCP server:
omniglyph-mcp
Quick MCP smoke test:
printf '{"jsonrpc":"2.0","id":1,"method":"tools/list"}\n' | omniglyph-mcp
The source branch is now versioned as 0.7.0b0 and exposes the v0.7 MCP tool set. PyPI publication for 0.7.0b0 is a separate release step.
Current source MCP tools: lookup_glyph, lookup_term, explain_glyph, explain_term, explain_code_security, normalize_tokens, list_namespaces, validate_lexicon_pack, validate_output_terms, enforce_grounded_output, scan_code_symbols, scan_unicode_security, scan_language_input, `scan_outpu