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

Fresh Jots

NPM · FRESHJOTS-MCP · 2 COMPONENTS · SCANNED AUG 3

Read and write your Fresh Jots notes from Claude, Cursor, and any MCP client.

+24 this week 70 Trust /100
Trust breakdown (6 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 →

Supply Chain Security87
  • No malware found by supply-chain analysis.Pass
  • Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree.Partial
  • No install/post-install scripts declared.Pass
  • Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability77
  • AI-judged instruction clarity (excellent).Pass
  • Tool/resource definitions use about 904 tokens (~82/item across 11 items; 11 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management27
  • Stability observed for 8 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
  • 100% of tool parameters carry a description.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

npm · freshjots-mcp

# add to Claude Code
claude mcp add goran-arsov-freshjots-mcp -- npx -y freshjots-mcp
# add to Codex CLI
codex mcp add goran-arsov-freshjots-mcp -- npx -y freshjots-mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "goran-arsov-freshjots-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "freshjots-mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add goran-arsov-freshjots-mcp --command npx --arg -y --arg freshjots-mcp
# ~/.hermes/config.yaml
mcp_servers:
  goran-arsov-freshjots-mcp:
    command: "npx"
    args: ["-y", "freshjots-mcp"]
// mcp.json
{
  "mcpServers": {
    "goran-arsov-freshjots-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "freshjots-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.

  • 3 Aug 26 +50
    • Provenance: unverified → fail security
    • Known CVEs: unverified → partial security
    • Install scripts: unverified → pass security
    • Maintenance: unverified → pass functional
    • Stability: unverified → 0.27 functional
    • Dependency health: unverified → partial functional
    • License: unverified → pass functional
    • Tool coverage: unverified → 100 functional
    • MCP protocol: unverified → pass functional
    • Licence: MIT functional
  • 2 Aug 26 −38
    • Provenance: fail → unverified security
    • Install scripts: pass → unverified security
    • Stability: Stability not yet verified: we do not have a sandbox capture of the MCP schema this version of the package serves yet. security
    • License: pass → unverified functional
    • Tool coverage: 100 → unverified functional
    • Maintenance: pass → unverified functional
    • Capabilities: pass → unverified functional
    • First check of Schema quality: unverified functional
    • Licence: MIT functional
  • 1 Aug 26 −11
    • Known CVEs: partial → unverified security
    • Dependency health: partial → unverified functional
  • 31 Jul 26 +19
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 30 Jul 26 −30
    • Known CVEs: partial → unverified security
    • Malware scan: pass → unverified security
    • Dependency health: partial → unverified functional
  • 29 Jul 26 +34
    • Provenance: unverified → fail security
    • Install scripts: unverified → pass security
    • Known CVEs: unverified → partial security
    • Schema quality: unverified → excellent functional
    • Dependency health: unverified → partial functional
    • License: unverified → pass functional
    • Maintenance: unverified → pass functional
    • Licence: MIT functional
  • 27 Jul 26 46

    First indexed and scored.

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 3 Aug 2026 · Analysed npm/[email protected]

Provenance none

Ecosystem: npm · Outcome: none

Dependencies 95 packages

95 packages in the resolved dependency tree · 95 deprecated · 29 stale.

The dependency tree was only partially resolved, so these counts may be incomplete.

MCP tools — 11 exposed · ~904 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.

Tool Tokens
append_to_note ~147

Append text to the note with the given exact filename, creating the note if it does not exist yet (find-or-create). This is the primitive for logging: call it repeatedly to accumulate entries (AI session logs, cron output, journal lines) in one note addressed by a stable filename like "ai-sessions.txt". Plain text only.

NameTypeReqDescription
append_onlybooleanOn first-touch creation only: lock the note append-only (default true). Ignored if the note already exists.
filenamestringyesExact filename to append to / create, e.g. "ai-sessions.txt".
textstringyesThe text to append (added as a new entry).

No output schema declared.

No examples provided.

create_folder ~38

Create a new folder. Folder names are unique (case-insensitive) within the account.

NameTypeReqDescription
namestringyesName of the new folder.

No output schema declared.

No examples provided.

create_note ~106

Create a new plain-text note. The server derives the filename from the title. To create a note you can address later by an exact filename of your choosing, use append_to_note instead (it creates the note on first write). Plain text only.

NameTypeReqDescription
bodystringPlain-text body of the note.
folder_idintegerOptional folder id to file the note under.
titlestringyesTitle of the note. The server derives the filename from it.

No output schema declared.

No examples provided.

delete_folder ~49

Delete a folder by its numeric id. Notes inside it are NOT deleted — they are moved out of the folder (un-filed).

NameTypeReqDescription
idintegeryesNumeric id of the folder to delete.

No output schema declared.

No examples provided.

delete_note ~48

Delete a note by its numeric id. Append-only notes cannot be deleted via the API. This cannot be undone through this server.

NameTypeReqDescription
idintegeryesNumeric id of the note to delete.

No output schema declared.

No examples provided.

list_folders ~26

List all folders in the account (id, name, timestamps), ordered alphabetically.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

list_notes ~146

List the account's notes (most-recently-updated first by default) as summaries: id, filename, title, format, timestamps, and a body excerpt. Filter by folder or format. Both plain and rich notes are listed, but only plain notes can be created or edited through this server.

NameTypeReqDescription
folder_idFolder id to filter by, or "none" for notes in no folder.
formatstringFilter by note format.
limitintegerMax notes to return (default 50, max 200).
offsetintegerPagination offset (default 0).
sortstringSort order (default "updated").

No output schema declared.

No examples provided.

move_note ~75

Move a note (by numeric id) into a folder, or out of any folder. Pass a folder_id to file it there, or null to un-file it.

NameTypeReqDescription
folder_idyesTarget folder id, or null to remove the note from its folder.
idintegeryesNumeric id of the note to move.

No output schema declared.

No examples provided.

read_note ~78

Read a single note in full (including its complete plain_body) by exact filename (e.g. "ai-sessions.txt") or numeric id. Provide exactly one of filename or id.

NameTypeReqDescription
filenamestringExact filename of the note (preferred addressing).
idintegerNumeric note id (e.g. from list_notes).

No output schema declared.

No examples provided.

rename_folder ~41

Rename an existing folder, addressed by its numeric id.

NameTypeReqDescription
idintegeryesNumeric id of the folder.
namestringyesNew folder name.

No output schema declared.

No examples provided.

update_note ~150

Update a plain-text note's title, body, and/or folder, addressed by exact filename or numeric id. Only the fields you supply change; omitted fields are left untouched. Rich-format and append-only notes reject body/title edits. Provide exactly one of filename or id.

NameTypeReqDescription
bodystringNew full plain-text body (replaces the existing body; omit to leave unchanged).
filenamestringExact filename of the note to update.
folder_idNew folder id, or null to remove from its folder. Omit to leave unchanged.
idintegerNumeric id of the note to update.
titlestringNew title (omit to leave unchanged).

No output schema declared.

No examples provided.