Skip to content

Windows Management for Zed

io.github.ahmedlaminou/windows-mcp-server

Local Windows management, diagnostics, security, cleanup, and optimization MCP server.

client:Zed transport:stdio runtime:pypi

Install Windows Management in Zed

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

{
  "context_servers": {
    "windows-mcp-server": {
      "command": "uvx",
      "args": [
        "windows-management-mcp-server"
      ]
    }
  }
}

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

Windows Management in other clients