# Fresh Jots (npm · freshjots-mcp)

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

- Trust score: 70/100 (medium)
- Change this week: +24
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- remote · `freshjots.com`: 38/100, [markdown](https://verifymcp.io/servers/goran-arsov-freshjots-mcp/freshjots.md), [page](https://verifymcp.io/servers/goran-arsov-freshjots-mcp/freshjots)
- npm · `freshjots-mcp`: 70/100 (this document), [markdown](https://verifymcp.io/servers/goran-arsov-freshjots-mcp/freshjots-mcp.md), [page](https://verifymcp.io/servers/goran-arsov-freshjots-mcp/freshjots-mcp)

## Channel facts

- Registry: `npm`
- Package: `freshjots-mcp`
- Version: `0.1.3`
- 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-03.

- **Supply Chain Security**: 87/100
  - No malware found by supply-chain analysis.
  - Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree.
  - No install/post-install scripts declared.
  - Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree.
- **Provenance & Transparency**: 45/100
  - Source repository is publicly reachable at the declared URL.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 60 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 77/100
  - AI-judged instruction clarity (excellent).
  - Tool/resource definitions use about 904 tokens (~82/item across 11 items; 11 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 27/100
  - Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add goran-arsov-freshjots-mcp -- npx -y freshjots-mcp
```

### Codex

```bash
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
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add goran-arsov-freshjots-mcp --command npx --arg -y --arg freshjots-mcp
```

### Hermes

```yaml
mcp_servers:
  goran-arsov-freshjots-mcp:
    command: "npx"
    args: ["-y", "freshjots-mcp"]
```

### Other

```json
{
  "mcpServers": {
    "goran-arsov-freshjots-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "freshjots-mcp"
      ]
    }
  }
}
```

## 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-03 (score 70, +50)

- [security regression] Provenance: unverified → fail
- [security improvement] Known CVEs: unverified → partial
- [security improvement] Install scripts: unverified → pass
- [functional improvement] Maintenance: unverified → pass
- [functional improvement] Stability: unverified → 0.27
- [functional improvement] Dependency health: unverified → partial
- [functional improvement] License: unverified → pass
- [functional improvement] Tool coverage: unverified → 100
- [functional improvement] MCP protocol: unverified → pass
- [functional] Licence: MIT

### 2026-08-02 (score 20, −38)

- [security regression] Provenance: fail → unverified
- [security regression] 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.
- [functional regression] License: pass → unverified
- [functional regression] Tool coverage: 100 → unverified
- [functional regression] Maintenance: pass → unverified
- [functional regression] Capabilities: pass → unverified
- [functional] First check of Schema quality: unverified
- [functional] Licence: MIT

### 2026-08-01 (score 58, −11)

- [security regression] Known CVEs: partial → unverified
- [functional regression] Dependency health: partial → unverified

### 2026-07-31 (score 69, +19)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-30 (score 50, −30)

- [security regression] Known CVEs: partial → unverified
- [security regression] Malware scan: pass → unverified
- [functional regression] Dependency health: partial → unverified

### 2026-07-29 (score 80, +34)

- [security regression] Provenance: unverified → fail
- [security improvement] Install scripts: unverified → pass
- [security improvement] Known CVEs: unverified → partial
- [functional improvement] Schema quality: unverified → excellent
- [functional improvement] Dependency health: unverified → partial
- [functional improvement] License: unverified → pass
- [functional improvement] Maintenance: unverified → pass
- [functional] Licence: MIT

### 2026-07-27 (score 46)

First indexed and scored.

## MCP tools (11)

### `list_notes` (~146 tokens)

List notes

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.

Input parameters:

- `folder_id`: Folder id to filter by, or "none" for notes in no folder.
- `format` (string): Filter by note format.
- `limit` (integer): Max notes to return (default 50, max 200).
- `offset` (integer): Pagination offset (default 0).
- `sort` (string): Sort order (default "updated").

### `read_note` (~78 tokens)

Read a note

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.

Input parameters:

- `filename` (string): Exact filename of the note (preferred addressing).
- `id` (integer): Numeric note id (e.g. from list_notes).

### `create_note` (~106 tokens)

Create a note

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.

Input parameters:

- `body` (string): Plain-text body of the note.
- `folder_id` (integer): Optional folder id to file the note under.
- `title` (string, required): Title of the note. The server derives the filename from it.

### `append_to_note` (~147 tokens)

Append to a note (creates it if missing)

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.

Input parameters:

- `append_only` (boolean): On first-touch creation only: lock the note append-only (default true). Ignored if the note already exists.
- `filename` (string, required): Exact filename to append to / create, e.g. "ai-sessions.txt".
- `text` (string, required): The text to append (added as a new entry).

### `update_note` (~150 tokens)

Update a note

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.

Input parameters:

- `body` (string): New full plain-text body (replaces the existing body; omit to leave unchanged).
- `filename` (string): Exact filename of the note to update.
- `folder_id`: New folder id, or null to remove from its folder. Omit to leave unchanged.
- `id` (integer): Numeric id of the note to update.
- `title` (string): New title (omit to leave unchanged).

### `delete_note` (~48 tokens)

Delete a note

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

Input parameters:

- `id` (integer, required): Numeric id of the note to delete.

### `move_note` (~75 tokens)

Move a note to a folder

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.

Input parameters:

- `folder_id` (required): Target folder id, or null to remove the note from its folder.
- `id` (integer, required): Numeric id of the note to move.

### `list_folders` (~26 tokens)

List folders

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

### `create_folder` (~38 tokens)

Create a folder

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

Input parameters:

- `name` (string, required): Name of the new folder.

### `rename_folder` (~41 tokens)

Rename a folder

Rename an existing folder, addressed by its numeric id.

Input parameters:

- `id` (integer, required): Numeric id of the folder.
- `name` (string, required): New folder name.

### `delete_folder` (~49 tokens)

Delete a folder

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

Input parameters:

- `id` (integer, required): Numeric id of the folder to delete.

## Diagnostics

Captured diagnostic sections: Provenance, Dependencies. The full working is on the page: https://verifymcp.io/servers/goran-arsov-freshjots-mcp/freshjots-mcp#diagnostics

## Score history

- 2026-08-03: 70
- 2026-08-02: 20
- 2026-08-01: 58
- 2026-07-31: 69
- 2026-07-30: 50
- 2026-07-29: 80
- 2026-07-28: 46
- 2026-07-27: 46

## Links

- npm package: https://www.npmjs.com/package/freshjots-mcp
- Socket report: https://socket.dev/npm/package/freshjots-mcp
- Repository: https://github.com/Goran-Arsov/freshjots-mcp
- Website: https://freshjots.com/for/developers
- Changelog RSS feed: https://verifymcp.io/servers/goran-arsov-freshjots-mcp/freshjots-mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/goran-arsov-freshjots-mcp/freshjots-mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/goran-arsov-freshjots-mcp/freshjots-mcp
