grounded support agent for VS Code
io.github.ankit512/grounded-support-agent
Governed support MCP: answers only KB-grounded questions with citations, escalates the rest.
client:VS Code
transport:stdio
runtime:pypi
Install grounded support agent in VS Code
.vscode/mcp.json
{
"servers": {
"grounded-support-agent": {
"type": "stdio",
"command": "uvx",
"args": [
"grounded-support-agent"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs