Devops Mcp — Safe Ai Devops & Linux Server Automation Over Ssh
@MHasnainJafri
About Devops Mcp — Safe Ai Devops & Linux Server Automation Over Ssh
devops-mcp lets AI assistants (Claude Desktop, Cursor, Windsurf) connect, scan, plan, and deploy on real Linux servers over SSH — without handing the model the keys to the kingdom. Reading is always allowed; anything that changes state on a production-like server is refused unles
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"devops-mcp": {
"command": "node",
"args": [
"/absolute/path/to/devops-mcp/dist/index.js"
],
"env": {
"DEVOPS_MCP_ELEVATION_TOKEN": "<paste your token from step 2 here>",
"LOG_LEVEL": "info"
}
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Devops Mcp — Safe Ai Devops & Linux Server Automation Over Ssh?
Devops Mcp is a mode-based MCP server that lets AI assistants like Claude Desktop, Cursor, and Windsurf operate Linux servers over SSH while enforcing a human consent gate. It categorizes operations into SAFE (read-only), PROVISION, and FULL modes, with automatic expiry back to SAFE.
How to use Devops Mcp — Safe Ai Devops & Linux Server Automation Over Ssh?
Clone the repository and build the project locally. The server runs on stdio transport and exposes 32 tools. Self-hosting is mandatory because the elevation token must stay out‑of‑band and invisible to the model.
Key features of Devops Mcp — Safe Ai Devops & Linux Server Automation Over Ssh
- Three-tier access modes: SAFE, PROVISION, FULL
Basic information
More Cloud & Infrastructure MCP servers
AWS Model Context Protocol (MCP) Server
alexei-ledA lightweight service that enables AI assistants to execute AWS CLI commands (in safe containerized environment) through the Model Context Protocol (MCP). Bridges Claude, Cursor, and other MCP-aware AI tools with AWS CLI for enhanced cloud infrastructure management.
K8s MCP Server
alexei-ledK8s-mcp-server is a Model Context Protocol (MCP) server that enables AI assistants like Claude to securely execute Kubernetes commands. It provides a bridge between language models and essential Kubernetes CLI tools including kubectl, helm, istioctl, and argocd, allowing AI syste
GCP MCP
eniayomiA Model Context Protocol (MCP) server that enables AI assistants like Claude to interact with your Google Cloud Platform environment. This allows for natural language querying and management of your GCP resources during conversations.
Terraform MCP Server
hashicorpThe Terraform MCP Server provides seamless integration with Terraform ecosystem, enabling advanced automation and interaction capabilities for Infrastructure as Code (IaC) development.
Sample Serverless MCP Servers
aws-samplesSample implementations of AI Agents and MCP Servers running on AWS Serverless compute
Comments