Install
$ agentstack add mcp-rich7420-surveyhelper ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ● Environment & secrets Used
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
surveyHelper
**Mention a paper — surveyHelper remembers it, analyzes it, maps its citation graph, and tells you what the graph means. All on your machine, and honest about what it can prove.**
A local-first research companion. It runs as an MCP server (any MCP agent can use it) with an optional OpenClaw ambient plugin. Your papers, analyses, and notes never leave your machine.
flowchart LR
U([You mention a paper]) --> M[MCP server]
M --> C["Instant cardpurpose · references · code"]
M -. enqueue .-> W[Worker]
W --> A[Deep grounded analysis]
W --> S["Citation-graph synthesisverbatim-verified contradictions"]
C --> DB[("Postgres + pgvectoryour local memory")]
A --> DB
S --> DB
DB --> R[Ambient recall + proactive surfacing]
What you get
- Instant cards — give it an arXiv id or title and get the paper's purpose, references, and code
link in seconds.
- Deep grounded analysis — contribution, method, results, and limitations, extracted from the
full text with a faithfulness check.
- Citation-graph synthesis you can trust — lineage, open problems, and contradictions across the
graph. It **only asserts a contradiction when it can quote verbatim evidence from both papers**; otherwise it labels it tentative. It tells you what it can prove and is honest about what it can't.
- Personal memory — tracks what you care about (interests, papers you've read/understood) and
proactively surfaces new work.
- Ambient awareness — with the OpenClaw plugin, say "the BERT paper" in chat and it injects what
your graph already knows — no command, no tool call.
Quick start
You need Docker and one LLM API key (Anthropic, OpenAI, or Gemini).
git clone https://github.com/rich7420/SurveyHelper.git && cd SurveyHelper
cp .env.example .env # set ONE provider key
docker compose up -d # pgvector + worker + MCP server (:8765) + scheduler
docker compose run --rm worker surveyhelper-verify # → "✓ surveyHelper is working"
No Postgres setup, no subscription, no machine-specific wiring. Then point any MCP agent at http://localhost:8765/mcp, or follow the [Getting Started guide](docs/GETTING_STARTED.md) for your first survey (~5 minutes).
> No API key but you run OpenClaw? Set SURVEYHELPER_LLM_BACKEND=cli to reuse its claude -p > subscription (runs natively — see [Operations](docs/OPERATIONS.md)).
Use it with OpenClaw (optional)
Make it ambient — it recognizes a paper you mention in chat and injects what your graph knows:
bash openclaw/install.sh # register the MCP server + skill
openclaw plugins install clawhub:openclaw-surveyhelper # the ambient-recognition hook (from ClawHub)
(Or install the hook from a clone with bash openclaw/plugin/install-plugin.sh.) The MCP server is a standard endpoint, so it also works with Claude Desktop and other MCP clients.
How it works
Three pieces, all local:
- MCP server — what your agent calls; returns the instant card and queues the deep work.
- Worker — a background daemon that does the paced fetching, analysis, and synthesis.
- Postgres + pgvector — the memory: the paper graph, analyses, and your personal layer.
The instant card never waits on slow APIs; references and deep analysis fill in in the background. Full detail in [docs/ARCHITECTURE.md](docs/ARCHITECTURE.md).
Docs
- [Getting Started](docs/GETTING_STARTED.md) — zero to your first survey
- [Vision](VISION.md) · [Roadmap](ROADMAP.md) — what it is and where it's going
- [Architecture](docs/ARCHITECTURE.md) · [Operations](docs/OPERATIONS.md) — internals, running, troubleshooting
- [Contributing](CONTRIBUTING.md) · [Release process](RELEASE.md)
MIT licensed.
Source & license
This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: rich7420
- Source: rich7420/SurveyHelper
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.