loading…
Search for a command to run...
loading…
Enables AI assistants to perform DevOps tasks including Kubernetes management, cloud provider operations, CI/CD, security scanning, and infrastructure monitorin
Enables AI assistants to perform DevOps tasks including Kubernetes management, cloud provider operations, CI/CD, security scanning, and infrastructure monitoring through natural language.
A Model Context Protocol (MCP) server that provides AI assistants with DevOps tools for Kubernetes, cloud providers, CI/CD, security scanning, and infrastructure management.
# Install dependencies
pip install -r requirements.txt
# Run the server
python -m src.server
# Or with Docker
docker build -t mcp-devops-server .
docker run -v ~/.kube:/home/mcp/.kube:ro mcp-devops-server
Add to .vscode/settings.json:
{
"mcp": {
"servers": {
"devops": {
"command": "python",
"args": ["-m", "src.server"],
"cwd": "${workspaceFolder}",
"env": {
"KUBECONFIG": "${env:HOME}/.kube/config",
"AWS_PROFILE": "default"
}
}
}
}
}
| Variable | Default | Description |
|---|---|---|
MCP_HOST |
localhost | Server host |
MCP_PORT |
8080 | Server port |
MCP_DEBUG |
false | Enable debug mode |
MCP_LOG_LEVEL |
INFO | Logging level |
MCP_DEFAULT_NAMESPACE |
default | K8s namespace |
AWS_PROFILE |
default | AWS profile |
GCP_PROJECT |
- | GCP project ID |
pip install -r requirements-dev.txt
pytest tests/ -v --cov=src
Выполни в терминале:
claude mcp add mcp-devops-server -- npx Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development