OmniGlyph for Grok
io.github.aidi1723/omniglyph
Local symbol ground truth MCP server for Unicode lookup and code-symbol linting.
client:Grok
transport:stdio
runtime:pypi
Install OmniGlyph in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"omniglyph": {
"type": "stdio",
"command": "uvx",
"args": [
"omniglyph"
]
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs