Conductor banner

Conductor

1 devlog
15m 32s

Conductor is an AI integration hub that connects large language models to real-world tools via the Model Context Protocol (MCP). You configure an AI provider like Google Gemini, set up your tools, and Conductor lets the model autonomously call mul…

Conductor is an AI integration hub that connects large language models to real-world tools via the Model Context Protocol (MCP). You configure an AI provider like Google Gemini, set up your tools, and Conductor lets the model autonomously call multiple tools to answer a single request. Built in TypeScript, it’s designed to make setting up agentic AI workflows as simple as possible.

This project uses AI

Used Google Gemini as the AI provider being integrated and tested. Used Claude for ideas.

Demo Repository

Loading README...

alex2

feat: web chat interface, plugin marketplace, and README overhaul

  • Add live AI chat page to dashboard (POST /api/chat with tool call chips,
    typing indicator, provider badge, clear history)
  • Add Plugin Marketplace page with category filters, enable/disable toggles,
    and auth requirement labels
  • Wire pre-initialized Conductor into dashboard server for zero-latency chat
  • Add clearHistory() to DatabaseManager
  • Add /api/chat, /api/chat/history, /api/marketplace endpoints to server
  • Overhaul README: badge row, 60-second quickstart, architecture diagram,
    “5 things that will impress you” section, real example prompts
Attachment
0