Skip to main content

Usage

anaconda-mcp serve [OPTIONS]

Description

Starts Anaconda MCP Server from a configuration file, exposing conda environment tools to MCP-enabled AI coding assistants. When using STDIO transport with Claude Desktop, this command is run automatically. You only need to run it directly when using streamable HTTP transport or building custom MCP integrations.

Options

Examples

Start the server with default configuration
anaconda-mcp serve
Start the server with a custom configuration file
anaconda-mcp serve --config /path/to/my_config.toml
Start the server with verbose logging
anaconda-mcp -v serve