Skip to content
Cursor

grounded support agent for Cursor

io.github.ankit512/grounded-support-agent

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

client:Cursor transport:stdio runtime:pypi

Install grounded support agent in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

grounded support agent in other clients