Tether MCP server
Local-first agent memory over SQLite: remember, recall, link, forget. Degrades, never fails.
1 stars27 downloads/wk
Reviews
Write oneNobody has reviewed Tether yet.
If you have run it, two minutes of your experience saves the next person an afternoon.
Tether tools (4, 1 write)
write = sends, deletes, buys or postsRead from the package source without running it. The installed server may list more.
forgetSoft-delete a memory by id: marks it no longer current (excluded from recall/the boot index) but keeps the row, reversibly, like consolidation and the forgetting sweep already do. Returns {"forgotten", "existed"}. (Permanent purge is an admin-only CLI operation, not available here.)
linkwrite actionCreate a bidirectional link between two memories by id.
recallSearch memories by keyword and semantic similarity, then follow the usage graph to related memories, most relevant first.
rememberSave a durable memory. UPSERTS: a memory of the same `type` with the same (whitespace/case-normalized) `title` is updated in place instead of duplicated, so re-remembering a fact refines it rather than cluttering.
Public scan report
scanner v0.1.9 · 2026-09-20 · same rubric, same numbers if you re-run it
- Code scan14 source files scanned25/25
- –Live reliabilityno gateway calls yet and no remote to proben/a
- –Tool poisoningtools not inspected (local package is not executed); not countedn/a
- Auth qualitystatic API keys via environment variables6/15
- Maintenancelast push 7 days ago15/15
- Maintainer identityregistry namespace matches repository owner; GitHub account older than a year8/10
Install directly
claude mcp add tether -- uvx tether-memory
Tether: common questions
- Is Tether MCP server safe?
- Mostly: it is graded B (83/100). Read the Tether safety report
- How do I install Tether?
- It runs on your machine. Copy the Claude Code, Claude Desktop or Cursor config from the install section.
- Does Tether need an API key?
- Yes. The registry entry asks for
TETHER_SYNC_TOKEN. - Is Tether maintained?
- The last commit was 7 days ago (2026-09-12). The latest release is v0.6.1.
- What can I use instead of Tether?
- Servers from other publishers that do the same job: Remem MCP server, skillmem MCP server and Memory Arbiter MCP server. Compare all Tether alternatives.
Alternatives to Tether
Same job from other publishers: the closest match first, then the best rated.
- RememLocal-first automatic memory for Claude Code and Codex: capture, distill, recall from SQLite.not reviewedEstablishedB
- skillmemSkill memory for coding agents: learn, recall, reinforce, decay. Local SQLite, no API key.not reviewedGrowingA
- Memory ArbiterLocal SQLite MCP memory: evidence-based recall, advisory conflict notices, authorized governance.not reviewedGrowingA
- MycTask queue, decisions and memory for coding agents. Local SQLite, no network. Requires Bun.not reviewedGrowingC
- Redis MCP ServerRead-first Redis MCP: SCAN key explorer, keyspace/TTL/memory/slowlog stats, DBA advisornot reviewedGrowingB