mcpbeat

Conduct AI MCP Server

io.github.sseshachala/conduct-cli
local only

Conduct AI runs on your own machine — the client starts it, so there is no endpoint to ping. 4 247 installs a week from pypi. Last commit 29 Jul 2026.

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

Installs per day peak 3 649 · avg 1 108 · -51% w/w
a month agotoday
4 247
Installs / week
pypi · conduct-cli
0
Stars
0 open issues
29 Jul 2026
Last commit
0 releases in 90 days
License
Python

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add conduct-cli -- uvx conduct-cli
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "conduct-cli": {
      "args": [
        "conduct-cli"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.conduct-cli]
command = "uvx"
args = ["conduct-cli"]
.cursor/mcp.json
{
  "mcpServers": {
    "conduct-cli": {
      "args": [
        "conduct-cli"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "conduct-cli": {
      "args": [
        "conduct-cli"
      ],
      "command": "uvx"
    }
  }
}

Conduct AI — questions

Answers built from our own checks of this server.

Why is there no uptime for Conduct AI?
Conduct AI runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package conduct-cli was installed 4 247 times last week.
How do I connect Conduct AI?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls conduct-cli straight from pypi; nothing to host, nothing to sign up for.
How many people use Conduct AI?
The pypi package conduct-cli was installed 4 247 times in the last week. Week over week that is -51%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Conduct AI open source?
Yes — written in Python and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.