Odel
grounded support agent

grounded support agent

Local
@ankit512PythonUpdated 2w ago

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).

PyPIgrounded-support-agentv0.1.0

Run

uvx grounded-support-agent

MCP client config

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