conda-cli-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@conda-cli-mcplist my conda environments and their locations"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
conda-cli-mcp
conda-cli-mcp exposes an installed conda command line through the Model
Context Protocol. It discovers built-in and plugin-contributed commands at
startup, creates structured tools from conda's argparse definitions, and keeps
the complete CLI reachable through an explicitly enabled raw argv tool.
The server runs conda in bounded child processes. Conda remains responsible for configuration, plugin ordering, solving, transactions, reporters, authentication, hooks, and error handling.
When conda-completion 0.3 or newer is installed in the target environment, a
read-only metadata tool exposes its command-specific completion hints through
the plugin's public Python API.
The project is alpha software. It requires Python 3.10 or newer and supports
target conda versions >=26.7,<27.
Installation
Install the published command into an isolated environment:
pipx install conda-cli-mcpKeep the server environment separate from the target conda installation and
select that installation with --conda-exe.
Related MCP server: AWS MCP Server
Documentation
The documentation is organized by purpose:
Documentation is published at jezdez.github.io/conda-cli-mcp.
Safety
The default policy is read-only. --allow-write permits conda-managed
mutations. --allow-exec permits conda run, opaque passthrough arguments,
and the raw conda_execute tool. Policy is fixed at startup and enforced
before conda starts.
Running the server
Select the target conda executable explicitly when it lives in another environment:
conda-cli-mcp --conda-exe /absolute/path/to/condaWithout --conda-exe, resolution checks CONDA_EXE and then PATH. MCP
clients connect over standard input and standard output. See the
getting-started tutorial for a client
configuration.
Project scope
conda-cli-mcpowns local conda CLI discovery and execution.conda-meta-mcpowns read-only package and ecosystem metadata.conda-mcpis reserved for a future umbrella package that installs both.
Development
Development, documentation, and packaging use Pixi:
pixi install
pixi run test
pixi run check
pixi run -e docs docs
pixi run -e build packageThe conda recipe is noarch Python and lives in recipe/recipe.yaml.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseBqualityDmaintenanceA Model Context Protocol server that allows secure execution of pre-approved commands, enabling AI assistants to safely interact with the user's system.11122ISC
- AlicenseNot gradedqualityDmaintenanceEnables AI assistants to execute AWS CLI commands and access AWS documentation, resources, and prompt templates through the Model Context Protocol with support for Unix pipes and secure Docker-based deployment.MIT
- AlicenseNot gradedqualityCmaintenanceProvides secure, sandboxed terminal access for AI assistants via the Model Context Protocol, with multi-layer risk analysis and auditable command execution.207MIT
- AlicenseDqualityDmaintenanceEnables AI assistants to manage cloud infrastructure using Pulumi by running commands like preview, deploy, and stack output retrieval through the Model Context Protocol.53,690Apache 2.0
Related MCP Connectors
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
Runtime permission, approval, and audit layer for AI agent tool execution.
A Model Context Protocol server for Wix AI tools
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/jezdez/conda-cli-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server