Skip to main content

Usage

anaconda-mcp compose [OPTIONS]

Description

Combines multiple MCP servers from the current conda environment into a single unified server. Useful for developers building custom MCP integrations that aggregate tools from multiple servers into a single endpoint.

Options

Conflict resolution strategies

Examples

Compose all servers in the current environment
anaconda-mcp compose
Compose with a custom server name
anaconda-mcp compose --name my-mcp-server
Include only specific servers
anaconda-mcp compose --include conda_environments --include jupyter_server
Exclude a specific server
anaconda-mcp compose --exclude conda_environments
Save the composed configuration as JSON
anaconda-mcp compose --output composed.json --output-format json
Compose with verbose logging and multiple options
anaconda-mcp -v compose --name my-mcp-server --include conda_environments --conflict-resolution prefix --output-format json