Odel
omni nli

omni nli

Local
@cogitatortech3PythonMITUpdated 6mo ago

An MCP server for natural language inference

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPIomni-nliv0.1.1

Run

uvx omni-nli

MCP client config

{
  "mcpServers": {
    "omni-nli": {
      "command": "uvx",
      "args": [
        "omni-nli"
      ]
    }
  }
}