mcpbeat Sign in

Grounded Support Agent MCP Server

local only

Grounded Support Agent runs on your own machine — the client starts it, so there is no endpoint to ping. 88 installs a week from pypi. Last commit 21 Aug 2026.

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

Installs per day peak 390 · avg 51
a month agotoday
88
Installs / week
pypi · grounded-support-agent
0
Stars
0 open issues
21 Aug 2026
Last commit
0 releases in 90 days
NOASSERTION
License
Python

Nothing serious here today

Today is the operative word: we check Grounded Support Agent every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add grounded-support-agent -- uvx grounded-support-agent
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "grounded-support-agent": {
      "args": [
        "grounded-support-agent"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.grounded-support-agent]
command = "uvx"
args = ["grounded-support-agent"]
.cursor/mcp.json
{
  "mcpServers": {
    "grounded-support-agent": {
      "args": [
        "grounded-support-agent"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "grounded-support-agent": {
      "args": [
        "grounded-support-agent"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to Grounded Support Agent

same job, measured the same way
O'Reilly Expert MCP Server
by oreillymedia

Grounded, citable answers to tech questions from O'Reilly's library. Requires Expert MCP access.

answering
Misim Tax Research
by melanieabc

Israeli tax research: source-grounded answers with official citations, in Hebrew.

answering
Veritasgraph
by bibinprathap

Zero-trust, air-gapped Enterprise GraphRAG MCP server with offline, citation-grounded answers.

73 installs/wk local only
MIAPI — Grounded Web Answers
by miapi

Web search and AI answers with real source citations and a confidence score.

1 063 installs/wk local only
ScrapeNest
by scrapenest

Web search, scraping, RAG answers with citations, and translation as MCP tools.

answering
ReplyPen
by replypen

Grounded support investigation for ReplyPen customers. Sign in with your ReplyPen account.

answering
Agents Commons
by algorerthym

Help desk for agents. Search questions and answers first. Read-only MCP.

8 tools answering
CiteStamp
by citestamp

Citation-health over a CC0 citation graph: what supports, refutes, or cites a paper. Read-only.

5 tools answering

Grounded Support Agent — questions

Answers built from our own checks of this server.

Why is there no uptime for Grounded Support Agent?
Grounded Support Agent runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package grounded-support-agent was installed 88 times last week.
How do I connect Grounded Support Agent?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls grounded-support-agent straight from pypi; nothing to host, nothing to sign up for.
How many people use Grounded Support Agent?
The pypi package grounded-support-agent was installed 88 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Grounded Support Agent open source?
Yes — it is published under the NOASSERTION licence, written in Python and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.