Skip to content
Cursor

omni nli for Cursor

io.github.cogitatortech/omni-nli

An MCP server for natural language inference

client:Cursor transport:stdio runtime:pypi

Install omni nli in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

omni nli in other clients