omni nli for Zed
io.github.cogitatortech/omni-nli
An MCP server for natural language inference
client:Zed
transport:stdio
runtime:pypi
Install omni nli in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"omni-nli": {
"command": "uvx",
"args": [
"omni-nli"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs