loading…
Search for a command to run...
loading…
Env Manager AI - MCP server providing AI-powered tools and automation by MEOK AI Labs
Env Manager AI - MCP server providing AI-powered tools and automation by MEOK AI Labs
Env Manager AI MCP Server — Environment variable tools.
Env Manager AI MCP Server — Environment variable tools.
| Tool | Description |
|---|---|
parse_env_file |
Parse .env file content and analyze variables. |
validate_env |
Validate .env against requirements. required: comma-separated keys. type_hints: |
generate_env_template |
Generate .env.example template from an existing .env file. |
compare_envs |
Compare two .env files and find differences. |
pip install meok-env-manager-ai-mcp
Add to your Claude Desktop MCP config (claude_desktop_config.json):
{
"mcpServers": {
"env-manager-ai": {
"command": "python",
"args": ["-m", "meok_env_manager_ai_mcp.server"]
}
}
}
from mcp.server.fastmcp import FastMCP
# This server exposes 4 tool(s) via MCP
# See server.py for full implementation
MIT © MEOK AI Labs
Add this to claude_desktop_config.json and restart Claude Desktop.
{
"mcpServers": {
"env-manager-ai-mcp": {
"command": "npx",
"args": []
}
}
}