# shyn (mcpb · shyn.mcpb)

Local-first ambient memory for your Mac — pages, meetings, notes, encrypted on-device.

- Trust score: 38/100 (low)
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-22

## Components

- mcpb · `shyn.mcpb`: 38/100 (this document), [markdown](https://verifymcp.io/servers/day-shyn-shyn/https-github-com-shyn-labs-homebrew-tap-releases-download-v0-4-30-alpha-shyn-mcp.md), [page](https://verifymcp.io/servers/day-shyn-shyn/https-github-com-shyn-labs-homebrew-tap-releases-download-v0-4-30-alpha-shyn-mcp)

## Channel facts

- Registry: `mcpb`
- Package: `https://github.com/shyn-labs/homebrew-tap/releases/download/v0.4.30-alpha/shyn.mcpb`
- Transport: `stdio`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-22.

- **Supply Chain Security**: 13/100
  - Malware scan not yet available for this package.
  - Known CVEs could not be checked: this artifact ships no SBOM, so there is no dependency list to read. Publishing one would let us assess it.
  - No install/post-install scripts declared.
  - Dependency health could not be checked: this artifact ships no SBOM, so there is no dependency list to read. Publishing one would let us assess it.
- **Provenance & Transparency**: 32/100
  - Source repository is publicly reachable at the declared URL.
  - Provenance check failed: no build-provenance attestation is published.
  - License check failed: no license is declared.
  - Actively maintained (last published 3 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 74/100
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 688 tokens (~114/item across 6 items; 6 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 0/100
  - Stability not yet verified: not enough scan history yet (needs a 30-day window).
- **Tool Coverage**: 79/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 38% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

**Unverified: 1 category.** A category scored 0 because we could not verify it: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.

## Install

- Download bundle: `https://github.com/shyn-labs/homebrew-tap/releases/download/v0.4.30-alpha/shyn.mcpb`

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-18 (score 38)

First indexed and scored.

## MCP tools (6)

### `search_memory` (~137 tokens)

Search the user's local memory (files, notes, saved facts) with hybrid keyword+semantic retrieval. The workhorse tool. For vague questions, call recent_activity first to orient, then search with a sharpened query. Resolve relative dates ('last Tuesday') into ISO timestamps yourself via time_from/time_to (ISO 8601 date or datetime, offsets allowed).

Input parameters:

- `limit` (integer)
- `query` (string, required)
- `sources` (array)
- `time_from` (string): ISO 8601 date or datetime, offsets allowed
- `time_to` (string): ISO 8601 date or datetime, offsets allowed

### `recent_activity` (~227 tokens)

Enumerate documents in a time window, in timestamp order. Call this FIRST for vague or broad questions ('what was I working on') to orient, then drill in with search_memory. Unlike search_memory this is NOT ranked by relevance — it returns everything in the window, so it is the right tool for reconstructing a specific period ('what did I do between 13:00 and 16:00 yesterday'). Use time_from/time_to for an explicit past window (ISO 8601, offsets allowed) and order:'asc' to replay a day forwards; `hours` is a lookback-from-now shorthand. Page with limit/offset — the reply says so when more rows remain.

Input parameters:

- `hours` (integer)
- `limit` (integer)
- `offset` (integer)
- `order` (string): asc replays a window forwards; default desc
- `sources` (array)
- `time_from` (string): ISO 8601 date or datetime, offsets allowed
- `time_to` (string): ISO 8601 date or datetime, offsets allowed

### `get_document` (~134 tokens)

Read a whole document from memory by uri or doc_id — search_memory returns only matching excerpts, so use this when you need the complete text (a full meeting transcript, a whole note). Both uri and doc_id come from search_memory and recent_activity results. Long documents are truncated with an offset footer; call again with that offset to page through the rest.

Input parameters:

- `doc_id` (integer)
- `max_chars` (integer)
- `offset` (integer): character offset into the document
- `source` (string): disambiguates a uri that exists under more than one source
- `uri` (string)

### `remember` (~36 tokens)

Save an explicit fact or note to the user's local memory for future recall.

Input parameters:

- `content` (string, required)
- `tags` (array)

### `forget` (~110 tokens)

Permanently delete documents from memory (purged from disk, not soft-deleted). Requires confirm: true — always ask the user before confirming. time_from/time_to accept ISO 8601 date or datetime, offsets allowed.

Input parameters:

- `confirm` (boolean, required)
- `doc_id` (integer)
- `source` (string)
- `time_from` (string): ISO 8601 date or datetime, offsets allowed
- `time_to` (string): ISO 8601 date or datetime, offsets allowed

### `memory_status` (~44 tokens)

Daemon health: document/vector counts, pending embeddings, model download progress. modelLoaded=false with modelDownloaded=true just means the model is idle-unloaded; it loads on demand.

## Diagnostics

Captured diagnostic sections: Provenance. The full working is on the page: https://verifymcp.io/servers/day-shyn-shyn/https-github-com-shyn-labs-homebrew-tap-releases-download-v0-4-30-alpha-shyn-mcp#diagnostics

## Score history

- 2026-08-22: 38
- 2026-08-21: 38
- 2026-08-20: 38
- 2026-08-19: 38
- 2026-08-18: 38

## Common questions

### What is the shyn MCP server?

shyn is an MCP server listed in the public MCP registry as day.shyn/shyn. Local-first ambient memory for your Mac, pages, meetings, notes, encrypted on-device. This page covers its MCPB bundle (https://github.com/shyn-labs/homebrew-tap/releases/download/v0.4.30-alpha/shyn.mcpb).

### Is the shyn MCP server safe to use?

shyn scores 38 out of 100 on VerifyMCP. It declares no install or post-install scripts. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

### What tools does the shyn MCP server expose?

shyn exposes 6 tools: search_memory, recent_activity, get_document, remember, forget, memory_status. Their descriptions and schemas cost roughly 688 tokens of context every time the server is loaded.

## Links

- Repository: https://github.com/shyn-labs/shyn
- Website: https://shyn.day/
- Changelog RSS feed: https://verifymcp.io/servers/day-shyn-shyn/https-github-com-shyn-labs-homebrew-tap-releases-download-v0-4-30-alpha-shyn-mcp.xml
- Changelog JSON feed: https://verifymcp.io/servers/day-shyn-shyn/https-github-com-shyn-labs-homebrew-tap-releases-download-v0-4-30-alpha-shyn-mcp.json
- HTML version of this page: https://verifymcp.io/servers/day-shyn-shyn/https-github-com-shyn-labs-homebrew-tap-releases-download-v0-4-30-alpha-shyn-mcp
