Skip to content

grounded support agent for Zed

io.github.ankit512/grounded-support-agent

Governed support MCP: answers only KB-grounded questions with citations, escalates the rest.

client:Zed transport:stdio runtime:pypi

Install grounded support agent in Zed

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

{
  "context_servers": {
    "grounded-support-agent": {
      "command": "uvx",
      "args": [
        "grounded-support-agent"
      ]
    }
  }
}

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

grounded support agent in other clients