MCP Server
MCP
io.github.jarmstrong158/Conductor
Local task scheduler and worker manager with MCP integration for Claude Desktop.
Install
uvx conductor-mcpserver
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "pypi",
"identifier": "conductor-mcpserver",
"version": "4.0.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Gmail address for sending email notifications",
"format": "string",
"name": "GMAIL_USER"
},
{
"description": "Gmail App Password for sending email notifications",
"format": "string",
"isSecret": true,
"name": "GMAIL_APP_PASSWORD"
}
]
}
]
}
mcp
model-context-protocol
pypi
By
Comments
Sign in to leave a comment