AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
MCP verified Apache-2.0 Self-run

Use Reanthesis

mcp-reanthesis-use-reanthesis · by Reanthesis

Connect your AI to Reanthesis — MCP server, agent skills, and plugins so Claude, ChatGPT, and Copilot can build flashcards from your notes and manage your study data. Your AI, your data, your cards.

— No reviews yet
0 installs
25 views
0.0% view→install

Install

$ agentstack add mcp-reanthesis-use-reanthesis

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No 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 No
  • ✓ 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.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/mcp-reanthesis-use-reanthesis)

Reliability & compatibility

✓ Security review passed
0 installs to date
— no reviews yet
● 2mo ago

Declared compatibility

Claude CodeClaude DesktopCursorWindsurf

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

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 →
Are you the author of Use Reanthesis? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

use-reanthesis

Connect your AI to Reanthesis, spaced repetition for serious exams.

Your AI reads your lecture notes, drafts sharp flashcards, and files them into your decks through the hosted MCP server at https://reanthesis.com/mcp. You open Reanthesis and study. There is nothing to install or run: connecting is a URL and one Allow tap.

Connect

| Client | Setup | | --- | --- | | Claude (claude.ai, desktop, iOS) | Settings → Connectors → Add custom connector → https://reanthesis.com/mcp | | ChatGPT | Settings → Connectors (developer mode) → https://reanthesis.com/mcp | | Claude Code | claude mcp add --transport http reanthesis https://reanthesis.com/mcp | | Codex CLI | codex mcp add reanthesis --url https://reanthesis.com/mcp | | VS Code · Copilot | Add an HTTP MCP server with the same URL |

Your browser opens the Reanthesis authorize screen; sign in if needed and tap Allow. You need an existing Reanthesis account — a connector can never create one, and it can never touch billing or account settings.

Plugins

For clients with a plugin system, the plugin bundles the connector and the card-craft skill together, so one install is a complete setup.

Claude Code:

/plugin marketplace add Reanthesis/use-reanthesis
/plugin install reanthesis@reanthesis

Codex CLI: codex plugin marketplace add Reanthesis/use-reanthesis, then codex plugin add reanthesis@reanthesis and start a new thread. Copilot CLI uses the same two /plugin commands as Claude Code.

The skill

[skills/reanthesis](skills/reanthesis/SKILL.md) teaches an AI the craft before it touches a tool: read the whole source, check what already exists, propose the batch, then create. Two focused references cover the craft — [creating cards](skills/reanthesis/references/creating-cards.md) and [waking dormant cards](skills/reanthesis/references/waking-dormant-cards.md), the loop that keeps a growing collection studyable. Hosted clients without skills (claude.ai, ChatGPT) receive the same guidance from the server itself at connection time.

What your AI can do

The server exposes 13 tools, scoped to card tending:

  • whoami, study_status — connection health and the study dashboard.
  • list_decks, create_deck, list_cards — navigate the collection.
  • create_card, create_cloze, update_card, delete_card — author notes,

including {{c1::...}} cloze deletions.

  • wake_cards, rest_cards, find_tags — move material between active

(in the study queue) and dormant (paused, progress kept), by tag, deck, or card.

  • upload_image — attach diagrams that are themselves the study content.

The full contract is in [docs/mcp-tools.md](docs/mcp-tools.md).

Auth and privacy

Connecting uses OAuth 2.1 (authorization code + PKCE), discovered automatically from the server URL. Approval mints an opaque connector token, stored hashed server-side, valid 180 days, revoked by a password reset. The token is scoped server-side, deny by default: it can tend cards and read study state, and the API refuses everything else — account, billing, membership, exports, imports, and review submission. Your AI builds and tends cards; only you study them.

Inference stays yours: your AI reads your material with your subscription. Reanthesis stores cards and study state, schedules with FSRS, and adds no third-party inference or analytics to this integration. Details in [docs/auth.md](docs/auth.md).

Roadmap

  • Connector-registry listings, so adding Reanthesis becomes a toggle instead

of a URL.

  • OAuth refresh tokens.
  • Image-occlusion and cluster tools.
  • Bulk import.

License

[Apache License 2.0](LICENSE). Copyright 2026 Agent Horizon LLC.

Source & license

This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.