omni nli for Grok
io.github.cogitatortech/omni-nli
An MCP server for natural language inference
client:Grok
transport:stdio
runtime:pypi
Install omni nli in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"omni-nli": {
"type": "stdio",
"command": "uvx",
"args": [
"omni-nli"
]
}
}
}
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