Skip to content
Zed

devops mcp for Zed

io.github.neetpatel/devops-mcp

An MCP server that provides DevOps and DevSecOps context for the project

client:Zed transport:stdio runtime:pypi

Install devops mcp in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "devops-mcp": {
      "command": "uvx",
      "args": [
        "mcp-memory-server"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

devops mcp in other clients