@rog0x/mcp-env-tools
@rog0x/mcp-env-tools
MCP-Server, der Umgebungs- und Konfigurationswerkzeuge für KI-Agenten bereitstellt. Hilft beim Parsen von .env-Dateien, Erzeugen von Vorlagen, Prüfen von Ports, Untersuchen von Systeminformationen und Überprüfen von Tool-Abhängigkeiten.
Werkzeuge
Umgebungs-Parser
env_list_variables - Eine
.env-Datei parsen und alle Variablenschlüssel auflisten (Werte maskiert)env_detect_missing - Prüfen, ob erforderliche Umgebungsvariablen vorhanden und ausgefüllt sind
env_compare_files -
.envmit.env.examplevergleichen, um fehlende oder zusätzliche Variablen zu findenenv_find_duplicates - Doppelte Variablenschlüssel in einer
.env-Datei finden
Umgebungs-Generator
env_generate_example -
.env.exampleaus einer vorhandenen.env-Datei erzeugen (entfernt Werte, behält Kommentare, fügt Platzhalter hinzu)env_detect_from_package_json - Umgebungsvariablen erkennen, auf die in
package.json-Skripten verwiesen wirdenv_detect_from_docker_compose - Umgebungsvariablen erkennen, auf die in einer
docker-compose.yml-Datei verwiesen wird
Port-Prüfer
port_check - Prüfen, ob ein bestimmter Port belegt ist, und den Prozess identifizieren
port_find_available - Verfügbare Ports innerhalb eines angegebenen Bereichs finden
port_list_processes - Prozesse auflisten, die bestimmte Ports verwenden
Systeminformationen
system_info - Betriebssystem, CPU, Arbeitsspeicher, Festplatte, Node/npm/Python/Git/Docker-Versionen
Abhängigkeitsprüfer
deps_check_tools - Prüfen, ob angegebene Tools installiert sind, und deren Versionen abrufen
deps_check_versions - Überprüfen, ob installierte Tools die Mindestversionsanforderungen erfüllen
deps_verify_path - Den System-PATH auf gängige Tool-Verzeichnisse analysieren
Related MCP server: mcp-docker-tools
Einrichtung
npm install
npm run buildKonfiguration
Zu Ihrer MCP-Client-Konfiguration hinzufügen:
{
"mcpServers": {
"env-tools": {
"command": "node",
"args": ["D:/products/mcp-servers/mcp-env-tools/dist/index.js"]
}
}
}Lizenz
MIT
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
- AlicenseAqualityDmaintenanceProvides persistent SQLite-based memory and unified tool abstraction for AI agents to support long-term context and complex tool chaining. It enables automated code analysis, file operations, and environment discovery through a standardized interface.51MIT
- AlicenseNot gradedqualityDmaintenanceProvides Docker management tools for AI agents, including inspecting containers, images, Dockerfiles, and Compose configurations.411MIT
- AlicenseNot gradedqualityDmaintenanceEnables AI agents to detect development environments, install missing tools, scan local code projects, and generate visual reports.8MIT
- AlicenseBqualityDmaintenanceEnables AI assistants to manage Docker containers, images, volumes, networks, and compose projects through Arcane's API. Provides comprehensive tools for environment, container, image, volume, network, project, and system operations.5215MIT
Related MCP Connectors
Machine-readable utilities and datasets for AI agents.
Persistent memory and knowledge management for AI agents with semantic search and 50+ tools.
Build, validate, and deploy multi-agent AI solutions from any AI environment.
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/rog0x/mcp-env-tools'
If you have feedback or need assistance with the MCP directory API, please join our Discord server