Governed support MCP: answers only KB-grounded questions with citations, escalates the rest.
claude mcp add grounded-support-agent -- uvx grounded-support-agent
claude_desktop_config.json
{
"mcpServers": {
"grounded-support-agent": {
"command": "uvx",
"args": [
"grounded-support-agent"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"grounded-support-agent": {
"command": "uvx",
"args": [
"grounded-support-agent"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"grounded-support-agent": {
"command": "uvx",
"args": [
"grounded-support-agent"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"grounded-support-agent": {
"type": "stdio",
"command": "uvx",
"args": [
"grounded-support-agent"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"grounded-support-agent": {
"command": "uvx",
"args": [
"grounded-support-agent"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.Ankit512--grounded-support-agent/reviews or the review_server meta-tool.
POST /mcp