Skip to content
Zed

Ignite UI MCP Server for Zed

io.github.igniteui/mcp-server

Unified MCP server for Ignite UI — documentation, API, and CLI scaffolding

client:Zed transport:stdio runtime:npm

Install Ignite UI MCP Server in Zed

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

{
  "context_servers": {
    "mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@igniteui/mcp-server"
      ]
    }
  }
}

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

Ignite UI MCP Server in other clients