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

Clew

mcp-miuuyy-clew · by miuuyy

Clear path from where you are to what you want to learn. AI agent turns goals and topic dumps into graph with visible dependencies (generative roadmap.sh)

No reviews yet
0 installs
1 views
0.0% view→install

Install

$ agentstack add mcp-miuuyy-clew

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

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-miuuyy-clew)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
3mo 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 Clew? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Clew

Generate a learning map. Click any topic. Follow the thread.

Clew is a local, AI-assisted workspace for studying through dependency graphs. Start from a goal, a rough topic dump, or an Obsidian vault; Clew turns it into a map of topics, prerequisites, resources, artifacts, and progress.

The graph is the workspace. AI can draft, expand, audit, and reshape it, but changes stay visible, reviewable, and reversible.

Try the hosted version at clew.my, or run this repo locally when you want provider control, local state, Obsidian import/export, and MCP context.

Quick Look

  • Core idea: a visible thread through hard subjects
  • Main move: click a topic and see the path that leads to it
  • Graph generation: build a map from a goal, notes, topic list, or Obsidian vault
  • AI boundary: AI proposes structure; you review and apply changes
  • Local edition: SQLite, provider keys, Gemini/OpenAI support, import/export, MCP

Quick Start

git clone https://github.com/miuuyy/Clew.git
cd Clew
cp .env.example .env
./scripts/dev.sh

Set one provider key in .env:

KG_GEMINI_API_KEY=...
# or
KG_OPENAI_API_KEY=...

Then open:

  • frontend: http://127.0.0.1:5178
  • backend: http://127.0.0.1:8787

Why Clew Exists

Learning a big subject is not just about collecting resources. The hard part is structure.

A chat answer can tell you what to read. Tools like roadmap.sh show a common route. But when your goal is specific, you need to see what actually unlocks what: which foundations matter now, which topics can wait, where you are blocked, and how far you are from the thing you want to build.

Clew makes that structure visible.

Instead of manually arranging a huge roadmap, you let AI draft the graph. Then you study through it: click topics, inspect prerequisite paths, attach resources, pass quizzes, mark progress, and keep the whole learning process tied to the map.

Features

  • Click-to-path navigation: select any topic and reveal the prerequisite chain behind it.
  • Generative roadmaps: create a dependency graph from a goal, topic dump, notes, or vault.
  • Graph-first workspace: topics, dependencies, zones, resources, artifacts, layout, and progress live on one surface.
  • Reviewable AI changes: ingest, expand, audit, reshape, apply, and roll back through snapshots.
  • Study loop: topic sessions, assistant help, inline quizzes, closure quizzes, and manual completion when strict gating is disabled.
  • Obsidian bridge: import a vault into Clew or export a graph back into an Obsidian-ready folder.
  • Obsidian-to-Clew import skill: packaged for Claude Code and Codex to audit a vault, flag blockers, and shape it into a valid Clew package.
  • MCP context bridge: let Claude, Cursor, or another MCP client read your Clew graphs and progress without copy-paste.
  • Local control: SQLite workspace, provider keys, Gemini/OpenAI support, OpenAI-compatible endpoint option, memory/persona/thinking settings.

Example Use Cases

  • Turn "I want to build a machine learning project" into the math, programming, and ML path that actually matters.
  • Click a hard topic and see the foundations you are missing.
  • Build a Python, cybersecurity, systems, math, or exam roadmap with visible prerequisites.
  • Convert a messy topic dump into a graph you can actually study through.
  • Import an Obsidian vault and check whether your notes form a usable learning structure.
  • Ask an external assistant about your current learning path through MCP.
  • Export a finished path back to Obsidian as readable notes.

Visuals

Docs

  • Hosted docs
  • [Quick start](docs/site_faq/quick-start.md)
  • [Features](docs/site_faq/features.md)
  • [How to use](docs/site_faq/how-to-use.md)
  • [Why special](docs/site_faq/why-special.md)
  • [Obsidian and MCP integrations](docs/site_faq/integrations.md)
  • Latest release
  • [Connect to Claude Desktop / Claude Code / Cursor through MCP](docs/MCP_SETUP.md)
  • [Obsidian-to-Clew import skill](.claude/skills/obsidian-to-clew-import/SKILL.md)
  • [Architecture](docs/ARCHITECTURE.md)
  • [Engineering docs index](docs/README.md)

Repository Map

| Path | Role | | --- | --- | | frontend/ | React workspace UI, graph canvas, themes, settings, dialogs, debug surfaces | | backend/ | FastAPI app, repository, domain model, provider layer, planner, MCP server, tests | | contracts/ | JSON contracts and transport surfaces used by graph mutation flows | | docs/ | Engineering docs, ADRs, release notes, and site FAQ source | | scripts/ | Local development helpers such as boot, stop, and reset | | .claude/skills/obsidian-to-clew-import/ | Claude Code skill for shaping an Obsidian vault into a Clew import package | | .agents/skills/obsidian-to-clew-import/ | Codex-compatible copy of the Obsidian-to-Clew import skill |

Development Checks

cd frontend && npm run typecheck && npm run build
PYTHONPATH=backend ./.venv/bin/python -m unittest discover -s backend/tests -v

Useful helpers:

./scripts/dev.sh
./scripts/stop_dev.sh
./scripts/reset_db.sh

Open Source

  • [Contributing guide](CONTRIBUTING.md)
  • [MIT License](LICENSE)

Contact

  • Email: [aleksandr.hum.hackcode@gmail.com](mailto:aleksandr.hum.hackcode@gmail.com)
  • LinkedIn: aleksandr-h-037b00377

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.