Skip to content

grounded support agent for Grok

io.github.ankit512/grounded-support-agent

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

client:Grok transport:stdio runtime:pypi

Install grounded support agent in Grok

.mcp.json (in your project root)

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

grounded support agent in other clients