Skip to main content

Usage

anaconda-mcp claude-desktop show [OPTIONS]

Description

Displays the current Anaconda MCP Server configuration in the Claude Desktop configuration file. Useful for verifying that setup-config wrote the configuration correctly, or for inspecting the configuration before making changes.

Options

Examples

Show the current Anaconda MCP Server configuration
anaconda-mcp claude-desktop show
Sample output:
{
  "mcpServers": {
    "anaconda-mcp": {
      "command": "/Users/user/anaconda3/envs/my-env/bin/python",
      "args": ["-m", "anaconda_mcp", "serve", "--delay", "5"],
      "env": {
        "ANACONDA_MCP_PYTHON_EXECUTABLE": "/Users/user/anaconda3/envs/my-env/bin/python",
        "MCP_COMPOSE_CONFIG_DIR": "/Users/user/anaconda3/envs/my-env/lib/python3.12/site-packages/anaconda_mcp"
      }
    }
  }
}
Show the configuration for a specific server entry
anaconda-mcp claude-desktop show --name my-custom-server
Output as JSON
anaconda-mcp claude-desktop show --json