conda-cli-mcp
conda-cli-mcp
conda-cli-mcp stellt eine installierte conda-Befehlszeile über das Model Context Protocol bereit. Es erkennt beim Start integrierte und von Plugins beigesteuerte Befehle, erstellt strukturierte Werkzeuge aus condas argparse-Definitionen und hält die vollständige CLI über ein explizit aktiviertes Roher-argv-Werkzeug erreichbar.
Der Server führt conda in begrenzten Kindprozessen aus. Conda bleibt verantwortlich für Konfiguration, Plugin-Reihenfolge, Solving, Transaktionen, Reporter, Authentifizierung, Hooks und Fehlerbehandlung.
Wenn conda-completion 0.3 oder neuer in der Zielumgebung installiert ist, stellt ein schreibgeschütztes Metadaten-Werkzeug die befehlsspezifischen Vervollständigungshinweise über die öffentliche Python-API des Plugins bereit.
Das Projekt ist Alphsoftware. Es erfordert Python 3.10 oder neuer und unterstützt Ziel-conda-Versionen >=26.7,<27.
Installation
Installieren Sie den veröffentlichten Befehl in einer isolierten Umgebung:
pipx install conda-cli-mcpHalten Sie die Serverumgebung von der Ziel-conda-Installation getrennt und wählen Sie diese Installation mit --conda-exe aus.
Related MCP server: AWS MCP Server
Dokumentation
Die Dokumentation ist nach Zweck organisiert:
Die Dokumentation wird unter jezdez.github.io/conda-cli-mcp veröffentlicht.
Sicherheit
Die Standardrichtlinie ist schreibgeschützt. --allow-write erlaubt von conda verwaltete Mutationen. --allow-exec erlaubt conda run, undurchsichtige Passthrough-Argumente und das rohe conda_execute-Werkzeug. Die Richtlinie wird beim Start festgelegt und vor dem Start von conda durchgesetzt.
Server ausführen
Wählen Sie die Ziel-conda-Ausführungsdatei explizit aus, wenn sie sich in einer anderen Umgebung befindet:
conda-cli-mcp --conda-exe /absolute/path/to/condaOhne --conda-exe prüft die Auflösung CONDA_EXE und dann PATH. MCP-Clients verbinden sich über Standardeingabe und Standardausgabe. Siehe das Erste-Schritte-Tutorial für eine Client-Konfiguration.
Projektumfang
conda-cli-mcpbesitzt die lokale conda-CLI-Erkennung und -Ausführung.conda-meta-mcpbesitzt schreibgeschützte Paket- und Ökosystem-Metadaten.conda-mcpist für ein zukünftiges Dachpaket reserviert, das beide installiert.
Entwicklung
Entwicklung, Dokumentation und Paketierung verwenden Pixi:
pixi install
pixi run test
pixi run check
pixi run -e docs docs
pixi run -e build packageDas conda-Rezept ist noarch Python und liegt 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