Conductor By Thealxlabs

by thealxlabs

2 stars
344 downloads
Not rated
GitHub Website

About

AI integration hub — 25 plugins, 146 tools. Connect Claude, GPT-4o, Gemini & Ollama to Gmail, Spotify, GitHub Actions, Vercel, n8n, Notion and more. One installer. MCP + Telegram.

Details

Author
thealxlabs
GitHub stars
2
Downloads
344
Categories
AI, Automation, Productivity, Developer Tools

- One server, many tools – 100+ tools across 35+ plugins, all in one process
- Zero-config plugins – work instantly without API keys or setup
- Secrets stored in OS keychain – never in config files
- Circuit breakers + retry – cascading failures are prevented
- Tamper-evident audit log – SHA-256 chained, append-only JSONL
- Single config block – one integration for any MCP client

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Conductor By Thealxlabs
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Install globally with npm install -g @useconductor/conductor, then run conductor init for a first-run wizard that configures AI providers, plugins, and client integration. Add a single config block (e.g., "command": "conductor", "args": ["mcp", "start"]) to your AI client’s MCP configuration file. Use the CLI for setup, plugin management, auditing, and health checks.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "conductor by thealxlabs": {
            "conductor": {
                "command": "conductor",
                "args": [
                    "mcp",
                    "start"
                ]
            }
        }
    }
}

McpServers

{
    "conductor": {
        "command": "conductor",
        "args": [
            "mcp",
            "start"
        ]
    }
}

Conductor

One MCP server. 100+ tools. Every AI agent.

CI
npm
Node
License

Conductor is a single Model Context Protocol server that gives any AI agent — Claude, Cursor, Cline, Copilot, and more — instant access to your entire toolkit through one connection. Install once, configure once, use everywhere.

npm install -g @useconductor/conductor
conductor init

---

Why Conductor

Most MCP setups mean one server per tool — one for GitHub, one for Slack, one for your database. That's a dozen processes, a dozen configs, and a dozen things to break.

Conductor collapses all of that into a single server with a plugin system, security built in from the start, and a CLI that actually works.

- 100+ tools across 35+ plugins, all in one process
- Zero-config plugins work instantly — no API keys, no setup
- Secrets in the OS keychain — never stored in config files
- Circuit breakers + retry on every tool call — failures don't cascade
- SHA-256 chained audit log — every action recorded, tamper-evident
- One config block in your AI client — that's the whole integration

---

Quick start

```bash

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.