OmniGlyph for Gemini CLI
io.github.aidi1723/omniglyph
Local symbol ground truth MCP server for Unicode lookup and code-symbol linting.
client:Gemini CLI
transport:stdio
runtime:pypi
Install OmniGlyph in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"omniglyph": {
"command": "uvx",
"args": [
"omniglyph"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs