PluginBench
MCP Server

Conduct AI MCP Server

io.github.sseshachala/conduct-cli

What is the Conduct AI MCP server?

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

How to install Conduct AI

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "conduct-cli": {
      "command": "uvx",
      "args": [
        "conduct-cli"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "conduct-cli": {
      "command": "uvx",
      "args": [
        "conduct-cli"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "conduct-cli": {
      "command": "uvx",
      "args": [
        "conduct-cli"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "conduct-cli": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "conduct-cli"
      ]
    }
  }
}
Claude Code
claude mcp add conduct-cli -- uvx conduct-cli

Related MCP servers

Cut AI agent token costs 5-15x — routes only relevant code symbols instead of full files.

View repository →