omnideck for Grok
io.github.aapd-studio/omnideck
Local privacy-first tools: redact secrets, decode JWTs, compare LLM costs. No network calls.
client:Grok
transport:stdio
runtime:npm
Install omnideck in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"omnideck": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"omnideck-mcp"
]
}
}
}
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