Add Server
add_serverAdd a new MCP server to the conductor configuration and connect immediately, saving config and triggering a reload without restarting.
Instructions
Add a new MCP server to conductor config and connect immediately.
Saves the server configuration to ~/.mcp-conductor.json and triggers a reload. Use this to dynamically add servers without restarting Claude.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Unique server name (e.g., "github", "filesystem"). | |
| command | Yes | Command to run the server (e.g., "npx", "node", "python"). | |
| args | No | Command arguments (e.g., ["-y", "@modelcontextprotocol/server-github"]). | |
| env | No | Environment variables for the server (e.g., { "GITHUB_TOKEN": "..." }). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| success | Yes | ||
| server_name | Yes | ||
| config_path | Yes | ||
| message | Yes | ||
| servers_after | Yes |