Governed support MCP: answers only KB-grounded questions with citations, escalates the rest.
Runs locally over stdio
This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
uvx grounded-support-agent
MCP client config
{
"mcpServers": {
"grounded-support-agent": {
"command": "uvx",
"args": [
"grounded-support-agent"
]
}
}
}