Skip to content
Cursor

Conduct AI for Cursor

io.github.sseshachala/conduct-cli

List agents, trigger workflows, and enforce team AI policies with ConductGuard.

client:Cursor transport:stdio runtime:pypi

Install Conduct AI in Cursor

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

{
  "mcpServers": {
    "conduct-cli": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "conduct-cli"
      ]
    }
  }
}

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

Conduct AI in other clients