Skip to content
Claude Desktop

grounded support agent for Claude Desktop

io.github.ankit512/grounded-support-agent

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

client:Claude Desktop transport:stdio runtime:pypi

Install grounded support agent in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

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

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

grounded support agent in other clients