Mmcp.market

Tether MCP server

by sidyellur·io.github.sidyellur/tether·v0.6.1

Local-first agent memory over SQLite: remember, recall, link, forget. Degrades, never fails.

B83/100grade B
What users say
No reviews yet
Be the first
Safety scan
B83/100

full report

Adoption
Growing

1 stars27 downloads/wk

Reviews

Write one

Nobody 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 posts

Read from the package source without running it. The installed server may list more.

  • forget

    Soft-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 action

    Create a bidirectional link between two memories by id.

  • recall

    Search memories by keyword and semantic similarity, then follow the usage graph to related memories, most relevant first.

  • remember

    Save 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

no findings
  • 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
Overall 83/100. Components that don't apply are left out of the denominator. Any critical finding is an F.RubricAppeal a findingJSON

Install directly

claude mcp add tether -- uvx tether-memory
Add to Cursor

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.

All Tether alternatives →
  • Remem
    Local-first automatic memory for Claude Code and Codex: capture, distill, recall from SQLite.
    B
  • skillmem
    Skill memory for coding agents: learn, recall, reinforce, decay. Local SQLite, no API key.
    A
  • Memory Arbiter
    Local SQLite MCP memory: evidence-based recall, advisory conflict notices, authorized governance.
    A
  • Myc
    Task queue, decisions and memory for coding agents. Local SQLite, no network. Requires Bun.
    C
  • Redis MCP Server
    Read-first Redis MCP: SCAN key explorer, keyspace/TTL/memory/slowlog stats, DBA advisor
    B

More from sidyellur