Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

io.github.silverstein/minutes

NPM · MINUTES-MCP · SCANNED SEP 21

The private, owned conversation-memory layer for AI. Record, transcribe, and search every meeting.

Available components

+4 this week 91 Trust /100
Trust breakdown (7 categories)

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. How we score → Why this is hard to score →

Supply Chain Security98
  • No malware found by supply-chain analysis.Pass
  • No known CVEs affecting this package version or its production dependencies.Pass
  • No install/post-install scripts declared.Pass
  • 31 of 100 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency100
  • Source repository is publicly reachable at the declared URL. View diagnostics → Pass
  • Cryptographically verified build provenance (signed, bound to silverstein/minutes). View diagnostics → Pass
  • Clear OSI-approved license (MIT).Pass
  • Actively maintained (last published 5 days ago).Pass
  • Publishes a security disclosure policy (SECURITY.md).Pass
Schema Quality & AI Usability88
  • 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Pass
  • AI-judged instruction clarity (excellent).Pass
  • Tool/resource definitions use about 4226 tokens (~98/item across 43 items; 34 tools + 9 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management53
  • Stability observed for 16 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 99% of tool parameters carry a description.Partial
Tool Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • We read all 34 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
  • An AI judge read all 35 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
  • Supports UI / widget rendering.Pass
Install

How do I install the io.github.silverstein/minutes MCP server?

io.github.silverstein/minutes runs locally as an npm package, launched with npx -y minutes-mcp. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

npm · minutes-mcp

# add to Claude Code
claude mcp add silverstein-minutes -- npx -y minutes-mcp
// .cursor/mcp.json
{
  "mcpServers": {
    "silverstein-minutes": {
      "command": "npx",
      "args": [
        "-y",
        "minutes-mcp"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "silverstein-minutes": {
      "command": "npx",
      "args": [
        "-y",
        "minutes-mcp"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add silverstein-minutes -- npx -y minutes-mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "silverstein-minutes": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "minutes-mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add silverstein-minutes --command npx --arg -y --arg minutes-mcp
# ~/.hermes/config.yaml
mcp_servers:
  silverstein-minutes:
    command: "npx"
    args: ["-y", "minutes-mcp"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "silverstein-minutes": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "minutes-mcp"
      ]
    }
  }
}
# add to Vellum
assistant mcp add silverstein-minutes -t stdio -c npx -a -y minutes-mcp
// mcp.json
{
  "mcpServers": {
    "silverstein-minutes": {
      "command": "npx",
      "args": [
        "-y",
        "minutes-mcp"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 21 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 50 to 53. That category is still filling its 30-day observation window: 15 days of observed history at the previous scan, 16 at this one. The score rises as the window fills, whether or not the server changes.

  • 19 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 43 to 47. That category is still filling its 30-day observation window: 13 days of observed history at the previous scan, 14 at this one. The score rises as the window fills, whether or not the server changes.

  • 17 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 37 to 40. That category is still filling its 30-day observation window: 11 days of observed history at the previous scan, 12 at this one. The score rises as the window fills, whether or not the server changes.

  • 16 Sept 26 +15
    • Malware scan: unverified → pass security
  • 15 Sept 26 −14
    • Malware scan: pass → unverified security
    • Package version: 0.26.2 → 0.26.3 functional
  • 13 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 23 to 27. That category is still filling its 30-day observation window: 7 days of observed history at the previous scan, 8 at this one. The score rises as the window fills, whether or not the server changes.

  • 10 Sept 26 +1
    • Stability: 0.13 → unverified security
    • Tool safety: pass → unverified security
    • Capabilities: pass → unverified functional
    • Tool coverage: 100 → unverified functional
    • Schema quality: 100 → unverified functional
    • Package version: 0.26.1 → 0.26.2 functional
  • 8 Sept 26 +16
    • Malware scan: unverified → pass security
Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 21 Sept 2026 · Analysed npm/minutes-mcp@0.26.3

Provenance Verified

A signed build attestation was found and verified, binding this exact artifact to the source repository it claims to come from.

Result Verified
Ecosystem npm
Reason Verified
Discovered via Registry attestation endpoint
Source repo silverstein/minutes
Certificate issuer https://token.actions.githubusercontent.com
Certificate SAN https://github.com/silverstein/minutes/.github/workflows/release-publish.yml@refs/tags/v0.26.3
Rekor log index 2848619405
Predicate type https://slsa.dev/provenance/v1
Subject digest sha512:68af733b0c97e11f37b639e759d2714c6fd660b2c63d248090ab55aca56ae99100e95187bb34678a277827296ab2c088b08d797c7f1f6f3e43de9a31d

Background: How many MCP packages publish verified provenance →

Dependencies 100 packages
Packages resolved 100
Stale 31
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 34 exposed · ~4,051 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
activity_summary ~59

Summarize meeting-adjacent desktop context bound to one exact normal meeting source. Docs: https://useminutes.app/docs/mcp/tools#tool-activity_summary

NameTypeReqDescription
pathstringyesExact normal meeting Markdown path linked to the context session

No output schema declared.

No examples provided.

add_agent_annotation ~216

Append attributed agent commentary as an agent.annotation event. This never edits meeting markdown/frontmatter and is rejected unless the agent_id is allowed in ~/.minutes/agents.allow. Docs: https://useminutes.app/docs/mcp/tools#tool-add_agent_annotation

NameTypeReqDescription
agent_idstringyesStable agent identifier listed in ~/.minutes/agents.allow
bodystringyesAnnotation body
citationsarraySource citations or event references
confidencestring
meeting_idstringTarget meeting identifier, if known
meeting_pathstringTarget meeting markdown path, if known
provenanceJSON-serializable provenance object
span_end_msnumberEnd offset of the target span in milliseconds
span_start_msnumberStart offset of the target span in milliseconds
subkindstringAnnotation subtype, e.g. coaching, correction, risk, summary
toolsarrayTool or model names used to produce the annotation

No output schema declared.

No examples provided.

add_note ~74

Add a note to the current active recording. Notes are timestamped and included in that recording's meeting summary. Existing meeting files cannot be mutated from this assistant tool. Docs: https://useminutes.app/docs/mcp/tools#tool-add_note

NameTypeReqDescription
textstringyesThe note text (plain text, no markdown needed)

No output schema declared.

No examples provided.

confirm_speaker ~104

Compatibility registration for speaker confirmation. Agent-controlled mutation is intentionally unavailable; confirm in the Minutes app or a human CLI session so identity changes cannot race policy authorization. Docs: https://useminutes.app/docs/mcp/tools#tool-confirm_speaker

NameTypeReqDescription
meetingstringyesPath to the meeting markdown file
namestringyesReal name to assign to this speaker
speaker_labelstringyesSpeaker label to confirm (e.g., SPEAKER_1)

No output schema declared.

No examples provided.

consistency_report ~84

Flag conflicting decisions and stale commitments across meetings using structured intent data. Meetings designated `sensitivity: restricted` are always excluded from this report. Docs: https://useminutes.app/docs/mcp/tools#tool-consistency_report

NameTypeReqDescription
ownerstringFilter stale commitments by owner / person
stale_after_daysnumberFlag commitments this many days old or older

No output schema declared.

No examples provided.

copilot_status ~65

Read the current operational copilot state from the strict `minutes copilot status --json` contract. This is observation only and returns a clear Off/not-active payload when no engine is running. Docs: https://useminutes.app/docs/mcp/tools#tool-copilot_status

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

get_agent_annotations ~122

Compatibility name only: unavailable in MCP because an annotation's source pointer and body are both author-supplied, so revalidating the pointer cannot bound what the body discloses. Docs: https://useminutes.app/docs/mcp/tools#tool-get_agent_annotations

NameTypeReqDescription
agent_idstringCompatibility argument; the tool is unavailable
limitnumberCompatibility argument; the tool is unavailable
meeting_idstringCompatibility argument; the tool is unavailable
meeting_pathstringCompatibility argument; the tool is unavailable

No output schema declared.

No examples provided.

get_meeting ~112

Get a full meeting transcript with speaker overlays. A restricted meeting returns a stub. Full access requires an operator launch grant plus include_restricted=true and is durably audited. Docs: https://useminutes.app/docs/mcp/tools#tool-get_meeting

NameTypeReqDescription
include_restrictedbooleanReturn restricted content only when a human launched the server with MINUTES_MCP_RESTRICTED_POLICY=logged-override; every request is durably audited
pathstringyesPath to the meeting markdown file

No output schema declared.

No examples provided.

get_meeting_insights ~334

Query structured insights extracted from meetings, decisions, commitments and questions with confidence levels. Each insight records a path to the meeting it was derived from; that path is resolved to a meeting in the live corpus, and the resolved meeting is re-read from disk and re-verified against the live sensitivity policy before the insight is released. A path that cannot be resolved into this corpus is withheld. Released records carry the source title and path as they were recorded, which may name a location outside this corpus. Withheld records are reported as a partial view rather than an empty one. Docs: https://useminutes.app/docs/mcp/tools#tool-get_meeting_insights

NameTypeReqDescription
actionable_onlybooleanOnly return actionable insights (Strong or Explicit confidence)
confidencestringMinimum confidence level
include_restrictedbooleanInclude insights whose source meeting is designated sensitivity: restricted. Requires the server to have been launched with MINUTES_MCP_RESTRICTED_POLICY=logged-override; the request is durably audit…
kindstringFilter by insight type
limitintegerMaximum number of results to return (1-500). Every read examines the newest 500 records regardless; this caps the answer, not the search.
participantstringFilter by participant name (partial match)
sincestringOnly insights on or after this calendar date (YYYY-MM-DD)

No output schema declared.

No examples provided.

get_moment ~93

Show the local rewind bound to one exact normal meeting source. Docs: https://useminutes.app/docs/mcp/tools#tool-get_moment

NameTypeReqDescription
after_minutesnumberMinutes after the anchor
atstringExplicit anchor timestamp (RFC3339)
before_minutesnumberMinutes before the anchor
pathstringyesExact normal meeting Markdown path linked to the context session

No output schema declared.

No examples provided.

get_person_profile ~116

Get a relationship profile derived from live, policy-authorized meeting snapshots within the supported corpus bounds. Restricted meetings are excluded unless an operator launch grant plus include_restricted=true is durably audited. Docs: https://useminutes.app/docs/mcp/tools#tool-get_person_profile

NameTypeReqDescription
include_restrictedbooleanInclude restricted meetings only when a human launched the server with MINUTES_MCP_RESTRICTED_POLICY=logged-override; every request is durably audited
namestringyesPerson / attendee name to profile

No output schema declared.

No examples provided.

get_screen_context ~93

Retrieve up to three verified PNG screenshots bound to one exact normal meeting source, optionally nearest a timestamp. Docs: https://useminutes.app/docs/mcp/tools#tool-get_screen_context

NameTypeReqDescription
atstringNearest-image anchor timestamp (RFC3339)
limitintegerMaximum verified images (1-3)
pathstringyesExact normal meeting Markdown path linked to the context session

No output schema declared.

No examples provided.

get_status ~33

Check if a recording is currently in progress. Docs: https://useminutes.app/docs/mcp/tools#tool-get_status

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

ingest_meeting ~145

Extract facts from a meeting and update the knowledge base (person profiles, log, index). Requires [knowledge] to be configured in config.toml. Uses structured frontmatter data only by default (zero hallucination risk). Set engine to 'agent' for richer LLM-based extraction. Docs: https://useminutes.app/docs/mcp/tools#tool-ingest_meeting

NameTypeReqDescription
allbooleanProcess all policy-authorized normal meetings in the output directory
dry_runbooleanShow what would be extracted without writing anything
pathstringPath to a specific policy-authorized normal meeting .md file. Omit to process all normal meetings.

No output schema declared.

No examples provided.

knowledge_status ~51

Reconcile persistent meeting derivatives and show the privacy-safe knowledge-base status. This cleanup/status tool cannot create or register an external index. Docs: https://useminutes.app/docs/mcp/tools#tool-knowledge_status

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

list_meetings ~123

List recent meetings and voice memos. Restricted meetings are excluded. An override requires both an operator launch grant and include_restricted=true, and is durably audited. Docs: https://useminutes.app/docs/mcp/tools#tool-list_meetings

NameTypeReqDescription
include_restrictedbooleanInclude restricted meetings only when a human launched the server with MINUTES_MCP_RESTRICTED_POLICY=logged-override; every request is durably audited
limitintegerMaximum results (1-50)
typestringFilter by type

No output schema declared.

No examples provided.

list_processing_jobs ~77

List background processing jobs for recent recordings, including queued, transcript-ready, needs-review, failed, and completed work. Docs: https://useminutes.app/docs/mcp/tools#tool-list_processing_jobs

NameTypeReqDescription
include_completedbooleanInclude completed and failed jobs
limitintegerMaximum number of jobs (1-50)

No output schema declared.

No examples provided.

list_voices ~48

List active voice enrollments for speaker identification. Shows who has been enrolled, sample count, and model version. Docs: https://useminutes.app/docs/mcp/tools#tool-list_voices

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

process_audio ~137

On macOS and Linux, process a bounded WAV file from the Minutes inbox or Downloads through the transcription pipeline. Compressed/private containers and Windows fail closed without reading audio. Retained meeting-library audio is unavailable to agent surfaces. Docs: https://useminutes.app/docs/mcp/tools#tool-process_audio

NameTypeReqDescription
file_pathstringyesPath to an inbox/Downloads WAV file (.wav)
languagestringTranscription language code (e.g. 'en', 'ur', 'es', 'zh'). Overrides config.toml setting.
titlestringOptional title
typestringContent type

No output schema declared.

No examples provided.

read_copilot_nudges ~151

Read nudges observed from the active real CLI copilot stream. Use cursor (or a numeric since value) for lossless delta reads; since also accepts durations such as '5m'/'30s' and ISO timestamps. MCP never generates nudges itself. Docs: https://useminutes.app/docs/mcp/tools#tool-read_copilot_nudges

NameTypeReqDescription
cursorintegerReturn nudge lines after this zero-based observation cursor.
limitintegerMaximum nudges to return (1-200).
sincestringCursor string, duration such as '5m' or '30s', or ISO timestamp. Do not combine with cursor.

No output schema declared.

No examples provided.

read_live_transcript ~214

Read the live transcript — works during both recordings and live transcript sessions. Use 'since' to get new finalized lines after a cursor (line number) or time window (e.g., '5m', '30s'). Set include_current for one fresh, clearly provisional current-speech draft. Use 'status' mode to check if a session is active. Docs: https://useminutes.app/docs/mcp/tools#tool-read_live_transcript

NameTypeReqDescription
include_currentbooleanIf true, return finalized lines plus at most one fresh provisional current-speech draft and its replacement identity
relay_cursorobjectTransient relay cursor returned by a previous read. Reconnects without replaying already-seen transcript or nudge frames.
sincestringLine number (e.g., '42') or duration (e.g., '5m', '30s'). Omit to get all lines.
status_onlybooleanIf true, return session status instead of transcript lines

No output schema declared.

No examples provided.

relationship_map ~68

Show contacts with relationship scores, meeting frequency, and losing-touch alerts from the bounded process-private graph projection. Restricted meetings never enter the projection. Docs: https://useminutes.app/docs/mcp/tools#tool-relationship_map

NameTypeReqDescription
limitintegerMax people to return (1-50)

No output schema declared.

No examples provided.

research_topic ~151

Research a topic across policy-authorized meetings within the supported corpus bounds. Restricted meetings are excluded. An override requires an operator launch grant plus include_restricted=true and is durably audited. Docs: https://useminutes.app/docs/mcp/tools#tool-research_topic

NameTypeReqDescription
attendeestringFilter by attendee / person
include_restrictedbooleanInclude restricted meetings only when a human launched the server with MINUTES_MCP_RESTRICTED_POLICY=logged-override; every request is durably audited
querystringyesTopic or question to investigate across meetings
sincestringOnly results after this date (ISO)
typestringFilter by type

No output schema declared.

No examples provided.

resummarize_meeting ~307

Re-run the AI pass (summary, action items, decisions) on an edited meeting or memo. Preview by default: returns the regenerated content WITHOUT writing — note the summarization model IS still invoked (cost applies even in preview). Set apply=true to write the file (a timestamped backup is created and derived views — graph, search index, vault, QMD — refresh automatically). User edits outside AI-owned sections are never touched; checked action items and decision notes are carried forward by the merge. Docs: https://useminutes.app/docs/mcp/tools#tool-resummarize_meeting

NameTypeReqDescription
applybooleanWrite the regenerated content (default: preview only; the model is invoked either way).
enginestringOverride the summarization engine for this run (e.g. 'ollama', 'apple', 'agent'). Default: the engine from config.toml.
include_restrictedbooleanResummarize a meeting designated `sensitivity: restricted` (refused by default; the override is logged).
ingestbooleanWith apply=true, also re-ingest the artifact into the knowledge base. Off by default because the knowledge log is append-only — every ingest adds a new log entry.
pathstringyesPath to the meeting/memo .md file to resummarize.
templatestringTemplate slug to apply for this run. Default: the template recorded in the file's frontmatter.

No output schema declared.

No examples provided.

search_context ~82

Search desktop-context events bound to one exact normal meeting source. Docs: https://useminutes.app/docs/mcp/tools#tool-search_context

NameTypeReqDescription
limitnumberMaximum results
pathstringyesExact normal meeting Markdown path linked to the context session
querystringyesText query for app names, bundle ids, or captured window titles

No output schema declared.

No examples provided.

search_meetings ~191

Search meeting transcripts and voice memos. Restricted meetings are excluded. An override requires both an operator launch grant and include_restricted=true, and is durably audited. Docs: https://useminutes.app/docs/mcp/tools#tool-search_meetings

NameTypeReqDescription
include_restrictedbooleanInclude restricted meetings only when a human launched the server with MINUTES_MCP_RESTRICTED_POLICY=logged-override; every request is durably audited
intent_kindstringFilter structured intents by kind
intents_onlybooleanReturn structured intent records instead of transcript snippets
limitintegerMaximum results (1-50)
ownerstringFilter structured intents by owner / person
querystringyesText to search for
sincestringOnly results after this date (ISO)
typestringFilter by type

No output schema declared.

No examples provided.

start_copilot ~129

Start the independent Minutes real-time copilot for a goal. This launches `minutes copilot start`; MCP does not run model inference, own capture, or need to stay connected for the engine to produce nudges. The stdout surface is recommended for complete structured nudge observation. Docs: https://useminutes.app/docs/mcp/tools#tool-start_copilot

NameTypeReqDescription
goalstringyesOutcome the copilot should help achieve, for example 'land owners and deadlines'.
surfacestringCLI presentation surface. Use stdout for complete structured nudge reads; tui is compact text.

No output schema declared.

No examples provided.

start_dictation ~93

Start dictation mode. Speak naturally — text accumulates across pauses and the combined result is written when dictation ends. Runs until stop_dictation is called or silence timeout. Docs: https://useminutes.app/docs/mcp/tools#tool-start_dictation

NameTypeReqDescription
languagestringTranscription language code (e.g. 'en', 'ur', 'es', 'zh'). Overrides config.toml setting.

No output schema declared.

No examples provided.

start_live_transcript ~94

Start real-time transcription. If a recording is already running, it already includes a live transcript — use read_live_transcript to read it. Runs until stop is called. Docs: https://useminutes.app/docs/mcp/tools#tool-start_live_transcript

NameTypeReqDescription
languagestringTranscription language code (e.g. 'en', 'ur', 'es', 'zh'). Overrides config.toml setting.

No output schema declared.

No examples provided.

start_recording ~245

Start recording audio with call-aware preflight. When a known call app is active, Minutes can infer call intent and block silent mic-only call captures unless explicitly allowed. Note: this server does not listen to audio content. Recordings are stopped by invoking stop_recording after the user types a request in chat — never promise the user they can speak a 'stop recording' voice command. Docs: https://useminutes.app/docs/mcp/tools#tool-start_recording

NameTypeReqDescription
allow_degradedbooleanAllow a mic-only capture to continue even if Minutes detects a call but no system-audio route is configured.
intentstringOptional recording intent. If omitted and a known call app is active, Minutes may infer call intent.
languagestringTranscription language code (e.g. 'en', 'ur', 'es', 'zh'). Overrides config.toml setting.
modestringLive capture mode
skip_audio_probe_reasonstringPer-call reason to skip the system-audio readiness probe. This is not persisted and is written into recording_health.
titlestringOptional title for this recording

No output schema declared.

No examples provided.

stop_copilot ~68

Request that the active Minutes copilot stop. This invokes `minutes copilot stop` and never stops recording or live transcription. Calling it while no copilot is active returns a calm not-active status. Docs: https://useminutes.app/docs/mcp/tools#tool-stop_copilot

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

stop_dictation ~33

Stop the current dictation session. Docs: https://useminutes.app/docs/mcp/tools#tool-stop_dictation

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

stop_recording ~42

Stop the current recording and process it (transcribe, diarize, summarize). Docs: https://useminutes.app/docs/mcp/tools#tool-stop_recording

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

track_commitments ~97

List open and stale action items and explicit intent commitments from live meeting frontmatter. Optionally filter by person. Answers: 'What did I promise Sarah?' or 'What's overdue?' Meetings designated `sensitivity: restricted` never enter this live-source view. Docs: https://useminutes.app/docs/mcp/tools#tool-track_commitments

NameTypeReqDescription
personstringFilter by person name or slug (optional — omit for all commitments)

No output schema declared.

No examples provided.

Common questions

What is the io.github.silverstein/minutes MCP server?

io.github.silverstein/minutes is an MCP server listed in the public MCP registry as io.github.silverstein/minutes. The private, owned conversation-memory layer for AI. Record, transcribe, and search every meeting. This page covers its npm package (minutes-mcp).

Is the io.github.silverstein/minutes MCP server safe to use?

io.github.silverstein/minutes scores 91 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 21 September 2026. It declares no install or post-install scripts. Its build provenance is signed and verified. 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 io.github.silverstein/minutes MCP server expose?

io.github.silverstein/minutes exposes 34 tools: start_recording, stop_recording, get_status, list_processing_jobs, list_meetings, and 29 more. Their descriptions and schemas cost roughly 4,051 tokens of context every time the server is loaded.

Is the io.github.silverstein/minutes MCP server still maintained?

io.github.silverstein/minutes is still listed as active in the MCP registry. We last reached this channel on 21 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

What licence is the io.github.silverstein/minutes MCP server under?

io.github.silverstein/minutes declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.