Skip to main content

Documentation Index

Fetch the complete documentation index at: https://anaconda.com/docs/llms.txt

Use this file to discover all available pages before exploring further.

Usage

anaconda ai mcp [OPTIONS]

Description

Runs the Anaconda AI MCP (Model Context Protocol) server, which exposes tools for managing models and servers through MCP-compatible clients and IDEs.
MCP tool names use underscores (Python convention) and may differ from CLI command names. For example, the MCP list_models tool corresponds to the CLI anaconda ai models command.
The MCP server provides the following tools:
The MCP integration requires the mcp extra. To install it, run:
pip install 'anaconda-ai[mcp]'

Options

Examples

Start the MCP server with stdio transport
anaconda ai mcp
Start the MCP server over HTTP
anaconda ai mcp --transport streamable-http --port 9000