Conductor for Zed
io.github.jarmstrong158/conductor
Local task scheduler and worker manager with MCP integration for Claude Desktop.
client:Zed
transport:stdio
runtime:pypi
Install Conductor in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"conductor": {
"command": "uvx",
"args": [
"conductor-mcpserver"
],
"env": {
"GMAIL_USER": "<GMAIL_USER>",
"GMAIL_APP_PASSWORD": "<GMAIL_APP_PASSWORD>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs