Skip to content

adaptive cards mcp for Zed

io.github.vikrantsingh01/adaptive-cards-mcp

Generate, validate, and optimize Adaptive Cards for Teams, Outlook, and Copilot.

client:Zed transport:stdio runtime:npm

Install adaptive cards mcp in Zed

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

{
  "context_servers": {
    "adaptive-cards-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "adaptive-cards-mcp"
      ]
    }
  }
}

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

adaptive cards mcp in other clients