OmniGlyph for VS Code
io.github.aidi1723/omniglyph
Local symbol ground truth MCP server for Unicode lookup and code-symbol linting.
client:VS Code
transport:stdio
runtime:pypi
Install OmniGlyph in VS Code
.vscode/mcp.json
{
"servers": {
"omniglyph": {
"type": "stdio",
"command": "uvx",
"args": [
"omniglyph"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs