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 mcp remove [OPTIONS]

Description

Removes Anaconda MCP from one or more AI coding assistant configurations. --client is required. Run anaconda mcp clients to see which assistants are currently configured.
By default, this command creates a timestamped backup of the existing configuration file before making any changes.

Options

Examples

Remove from a specific AI coding assistant
anaconda mcp remove --client claude-desktop
Remove from project scope
anaconda mcp remove --client cursor --scope project
Remove from multiple assistants at once
anaconda mcp remove --client claude-desktop --client vscode
Remove without creating a backup
anaconda mcp remove --client claude-desktop --no-backup