MCP server that dispatches Claude Code agents to any local or remote directory
git clone https://github.com/michaelslain/claude-envoy.git
claude --plugin-dir /path/to/claude-envoy
The envoy tool dispatches a Claude Code agent into a directory with a prompt and returns its output.
| Parameter | Type | Required | Description |
|---|---|---|---|
directory | string | yes | Absolute path to run the agent in |
prompt | string | yes | Task to give the spawned agent |
host | string | no | SSH host for remote dispatch (e.g. user@host) |
model | string | no | Model override: opus, sonnet, haiku |
effort | string | no | Thinking effort: low, medium, high |
timeout | number | no | Timeout in seconds (default: 300) |
envoy({
directory: "/Users/me/my-project",
prompt: "Run the tests and fix any failures"
})
envoy({
directory: "/home/user/api",
host: "user@prod-server",
prompt: "Check the logs for errors in the last hour"
})
envoy({ directory: "/Users/me/frontend", prompt: "Add dark mode support" })
envoy({ directory: "/Users/me/backend", prompt: "Add the /theme endpoint" })
envoy({
directory: "/Users/me/project",
prompt: "Refactor the auth module",
model: "opus",
effort: "high"
})
git clone https://github.com/michaelslain/claude-envoy.git
cd claude-envoy
bun install
Test locally:
claude --plugin-dir .
Run the MCP server directly:
bun server.ts
Watch mode:
bun --watch server.ts
MIT
Admin access level
Server config contains admin-level keywords
Based on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimPersistent Claude Code agent with long-term memory, cron jobs, and messaging adapters
npx claudepluginhub michaelslain/claude-envoySkills for designing and building MCP servers that work seamlessly with Claude — guides you through deployment models (remote HTTP, MCPB, local), tool design patterns, auth, and interactive MCP apps.
Transform Claude Code into a structured development platform with 29 /sc: commands, 23 specialized agents, 7 behavioral modes, and MCP server integration
Marketplace management plugin with an agent to find and add Claude Code plugins
Turn any folder of projects into an AI-orchestrated workspace with Slack and Telegram integration. Creates a Project Orchestrator (PO) that routes requests, plans execution with dependency-aware phases, delegates to workspace-level Claude agents, and returns structured results.
Bridge Claude Code and Codex with a shared daemon, push channel delivery, and bidirectional reply tooling.
Memory compression system for Claude Code - persist context across sessions