Multi-environment CI/CD MCP server: unified Docker, SSH-remote & Kubernetes control across local/staging/production for AI assistants
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"
]
}
}
}
Run in terminal:
claude mcp add mcp-server-environme npx -y staminna/mcp-server-environments
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-server-environme": {
"command": "npx",
"args": [
"-y",
"staminna/mcp-server-environments"
]
}
}
}