Skip to content
Zed

mcp server for Zed

io.github.governmyai/mcp-server

AI compliance obligations across EU AI Act, ISO 42001, Colorado AI Act, NIST, HIPAA, SOX, FTC

client:Zed transport:stdio runtime:npm

Install mcp server in Zed

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@governmyai/mcp-server"
      ],
      "env": {
        "GOVERNMY_API_KEY": "<GOVERNMY_API_KEY>",
        "GOVERNMY_API_URL": "<GOVERNMY_API_URL>"
      }
    }
  }
}

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

mcp server in other clients