Claude Tools / MCP Servers / thinkweave

MCP Servers · marekpal97/thinkweave

thinkweave

Obsidian-native memory layer — markdown vault + SQLite index + 17 MCP tools, slash commands, subagent workers, 4 hooks. Plugin commands are namespaced: run /thinkweave:onboard after install to seed from prior Claude Code history.

CLEARED_STATICmcp-portablev0.1.1

Pipeline results

Coverage

CLEARED_STATIC

Tests run

7 / 8

Portability

MCP-portable

Type

MCP Servers

Tests & results

What the pipeline checked

TestStateResult or reason
eligibilityranall eligibility checks passed
dedupranunique -- no near-duplicate found
clocran74338 code lines / 413 files
secretsranno secret patterns matched
egressran13 lexical match(es) — FLAG-INFO (C-01: semantic analysis deferred to v2)
injectionranno patterns matched (confidence: STANDARD)
required-fieldsranrequired fields present: name, version, description
behaviouraldeferredbehavioural assessment deferred (v1): Python with non-stdlib imports (committed-only policy): [('tests/test_migrations.py', '__future__'), ('tests/test_migrations.py', 'thinkweave')]

What's inside

Components found

agents/dream-digest-worker.md
componentmedium
agents/dream-essence-worker.md
componentmedium
agents/dream-judge-worker.md
componentmedium
agents/dream-merge-worker.md
componentmedium
agents/dream-outcome-worker.md
componentmedium
agents/dream-priority-worker.md
componentmedium
agents/dream-promotion-worker.md
componentmedium
agents/dream-seam-link-worker.md
componentmedium
agents/dream-seam-worker.md
componentmedium
agents/dream-theme-worker.md
componentmedium
agents/dream-wrap-worker.md
componentmedium
agents/news-triage-worker.md
componentmedium
agents/research-news-worker.md
componentmedium
agents/research-newsletter-worker.md
componentmedium
agents/research-podcast-worker.md
componentmedium
agents/research-youtube-worker.md
componentmedium
agents/seed-enrich-worker.md
componentmedium
commands/_source_template.md
componentmedium
commands/capture.md
componentmedium
commands/discover.md
componentmedium

Coverage

Not assessed

  • behavioural execution not run
  • egress patterns logged (FLAG-INFO): 13 lexical match(es)

README

From the repository

  


# Thinkweave

**A self-maintaining knowledge layer for Claude Code — it actively gathers what
you read, captures what you do, and curates both into living markdown you own.**

Most "agent memory" is a passive store: it remembers what you told it and hands
it back. Thinkweave takes the opposite posture. It *goes and acquires* knowledge
on the topics you steer it toward, *synthesizes* your sessions and your sources
into structured pages, *maintains its own vocabulary* every night, and *tracks
which of its memories actually got used* — all in plain Obsidian-native markdown.
SQLite is a throwaway index, rebuildable from the vault at any time.

> Markdown is the source of truth · the vault acquires and curates itself ·
> MCP tools + hooks are the interface · nothing is trapped in a store you can't read.

It ships as a Claude Code plugin: `weave_*` MCP tools, slash-command skills,
subagent workers, and four hooks that auto-capture session events.

---

## Why Thinkweave

Retrieval over a pile of notes is table stakes — every memory tool does it, and
plenty do it well. Thinkweave's bet is on the three things *around* retrieval
that almost none of them do.

### 1. It actively acquire

← Back to MCP Servers