# Openconductor

> The platform behind @openconductor/mcp-sdk — hosted billing API, credit packs, MCP server registry, and CLI for Claude Desktop / Cursor / Cline / Windsurf.

- **Type:** MCP server
- **Install:** `agentstack add mcp-epicmotionsd-openconductor`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [epicmotionSD](https://agentstack.voostack.com/s/epicmotionsd)
- **Installs:** 0
- **Category:** [AI & ML](https://agentstack.voostack.com/c/ai-and-ml)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [epicmotionSD](https://github.com/epicmotionSD)
- **Source:** https://github.com/epicmotionSD/openconductor
- **Website:** https://www.openconductor.ai/

## Install

```sh
agentstack add mcp-epicmotionsd-openconductor
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

Install MCP servers without the JSON hell.
  One command. 180+ tools. Works with Claude, Cursor, Cline, and more.

  
  
  
  

  Website •
  Quick Start •
  Browse 180+ Servers •
  Stacks •
  Discord

---

## See the Difference

**Before** — Edit `claude_desktop_config.json` manually:

```json
{
  "mcpServers": {
    "github": {
      "command": "npx",
      "args": ["-y", "@modelcontextprotocol/server-github"],
      "env": { "GITHUB_TOKEN": "..." }
    }
  }
}
```

Complex. Error-prone. Manual editing.

**After** — One command:

```bash
openconductor install github-mcp
```

Done in 10 seconds.

---

## Quick Start

```bash
# Install the CLI
npm install -g @openconductor/cli

# Install your first MCP server
openconductor install github-mcp

# Or install a complete stack
openconductor stack install coder
```

---

## Stacks

Pre-configured workflows in one command. Each stack includes servers + a system prompt that turns Claude into a specialized assistant.

### Coder Stack

Build, debug, and deploy like a senior engineer.

```bash
openconductor stack install coder
```

### Writer Stack

Research, write, and publish with confidence.

```bash
openconductor stack install writer
```

### Essential Stack

Everything you need to get started.

```bash
openconductor stack install essential
```

[Browse all stacks →](https://openconductor.ai/stacks)

---

## Commands

```bash
# Discovery
openconductor discover [query]      # Search 180+ servers

# Installation
openconductor install       # Install a single server
openconductor stack install   # Install a complete stack

# Management
openconductor list                  # Show installed servers
openconductor remove        # Remove a server
openconductor update                # Update all servers
openconductor init                  # Initialize config
openconductor badge         # Generate install badge
openconductor achievements          # View achievements
openconductor analytics             # Analytics preferences
```

---

## Works With

| Client         | Status          |
| -------------- | --------------- |
| Claude Desktop | ✅ Full support |
| Cursor         | ✅ Full support |
| Cline          | ✅ Full support |
| Windsurf       | ✅ Full support |
| Continue       | 🔜 Coming soon  |

---

## Why OpenConductor?

|                      |   Manual Config   |   OpenConductor    |
| -------------------- | :---------------: | :----------------: |
| Edit JSON files      |    ❌ Required    |      ✅ Never      |
| Remember syntax      |   ❌ Every time   |     ✅ Handled     |
| Multi-client support | ❌ Configure each |    ✅ Automatic    |
| Discover servers     | ❌ Google around  | ✅ Built-in search |
| Pre-built workflows  |      ❌ DIY       |     ✅ Stacks      |
| Time to install      |      ~5 min       |      ~10 sec       |

---

## 180+ Servers

The largest registry of MCP servers, all verified and tested.

| Category             | Examples                                       |
| -------------------- | ---------------------------------------------- |
| **Developer Tools**  | github, gitlab, postgres, redis, docker        |
| **Productivity**     | notion, slack, linear, todoist, google-drive   |
| **Memory & RAG**     | mcp-memory, mem0, knowledge-graph, qdrant      |
| **Web & Browser**    | puppeteer, playwright, firecrawl, brave-search |
| **AI & LLMs**        | openai, replicate, huggingface                 |
| **Data & Analytics** | bigquery, snowflake, dbt                       |

[Browse all servers →](https://openconductor.ai/discover)

---

## Add Your Server

Submit a PR to add your server to the registry.

---

## Roadmap

- [x] CLI for MCP server installation
- [x] 220+ server registry
- [x] Multi-client support (Claude, Cursor, Cline)
- [x] Pre-configured Stacks with system prompts
- [ ] Server health monitoring
- [ ] Team sharing & sync
- [ ] Web dashboard
- [ ] VS Code extension

---

## Contributing

```bash
git clone https://github.com/epicmotionSD/openconductor.git
cd openconductor
npm install
npm run dev
```

See [CONTRIBUTING.md](./CONTRIBUTING.md) for guidelines.

---

## Community

- 🌐 [Website](https://openconductor.ai)
- 💬 [Discord](https://discord.gg/openconductor)
- 🐦 [Twitter/X](https://twitter.com/openconductor)
- 🐛 [Issues](https://github.com/epicmotionSD/openconductor/issues)

---

## Resources

- ⭐ [Awesome MCP](https://github.com/epicmotionSD/awesome-mcp) - Curated list of 220+ MCP servers, tools, and resources
- 📖 [MCP Specification](https://spec.modelcontextprotocol.io/) - Official Model Context Protocol docs
- 📚 [OpenConductor Guides](https://openconductor.ai/docs) - Tutorials and integration guides
- 🎓 [MCP Quickstart](https://modelcontextprotocol.io/quickstart) - Get started in 5 minutes

---

## License

MIT © [OpenConductor](https://openconductor.ai)

---

  Built for developers who'd rather ship than edit JSON files.

## Source & license

This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [epicmotionSD](https://github.com/epicmotionSD)
- **Source:** [epicmotionSD/openconductor](https://github.com/epicmotionSD/openconductor)
- **License:** MIT
- **Homepage:** https://www.openconductor.ai/

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/mcp-epicmotionsd-openconductor
- Seller: https://agentstack.voostack.com/s/epicmotionsd
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
