mcp-server-environments

staminna/mcp-server-environments
★ 0 stars TypeScript DevOps Updated today
Multi-environment CI/CD MCP server: unified Docker, SSH-remote & Kubernetes control across local/staging/production for AI assistants
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-server-environme": {
      "command": "npx",
      "args": [
        "-y",
        "staminna/mcp-server-environments"
      ]
    }
  }
}