Fresh Jots
NPM · FRESHJOTS-MCP · 2 COMPONENTS · SCANNED AUG 3
Read and write your Fresh Jots notes from Claude, Cursor, and any MCP client.
Available components
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
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- Clear OSI-approved license (MIT).Pass
- Actively maintained (last published 60 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
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
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
claude mcp add goran-arsov-freshjots-mcp -- npx -y freshjots-mcp
codex mcp add goran-arsov-freshjots-mcp -- npx -y freshjots-mcp
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"goran-arsov-freshjots-mcp": {
"type": "local",
"command": [
"npx",
"-y",
"freshjots-mcp"
],
"enabled": true
}
}
} openclaw mcp add goran-arsov-freshjots-mcp --command npx --arg -y --arg freshjots-mcp
mcp_servers:
goran-arsov-freshjots-mcp:
command: "npx"
args: ["-y", "freshjots-mcp"] {
"mcpServers": {
"goran-arsov-freshjots-mcp": {
"command": "npx",
"args": [
"-y",
"freshjots-mcp"
]
}
}
} 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.
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.
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.
append_to_note Append to a note (creates it if missing) ~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.
| Name | Type | Req | Description |
|---|---|---|---|
| append_only | boolean | — | On first-touch creation only: lock the note append-only (default true). Ignored if the note already exists. |
| filename | string | yes | Exact filename to append to / create, e.g. "ai-sessions.txt". |
| text | string | yes | The text to append (added as a new entry). |
No output schema declared.
No examples provided.
create_folder Create a folder ~38
Create a new folder. Folder names are unique (case-insensitive) within the account.
| Name | Type | Req | Description |
|---|---|---|---|
| name | string | yes | Name of the new folder. |
No output schema declared.
No examples provided.
create_note Create a 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.
| Name | Type | Req | Description |
|---|---|---|---|
| body | string | — | Plain-text body of the note. |
| folder_id | integer | — | Optional folder id to file the note under. |
| title | string | yes | Title of the note. The server derives the filename from it. |
No output schema declared.
No examples provided.
delete_folder Delete a folder ~49
Delete a folder by its numeric id. Notes inside it are NOT deleted — they are moved out of the folder (un-filed).
| Name | Type | Req | Description |
|---|---|---|---|
| id | integer | yes | Numeric id of the folder to delete. |
No output schema declared.
No examples provided.
delete_note Delete a 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.
| Name | Type | Req | Description |
|---|---|---|---|
| id | integer | yes | Numeric id of the note to delete. |
No output schema declared.
No examples provided.
list_folders 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 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.
| Name | Type | Req | Description |
|---|---|---|---|
| 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"). |
No output schema declared.
No examples provided.
move_note Move a note to a folder ~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.
| Name | Type | Req | Description |
|---|---|---|---|
| folder_id | — | yes | Target folder id, or null to remove the note from its folder. |
| id | integer | yes | Numeric id of the note to move. |
No output schema declared.
No examples provided.
read_note Read a 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.
| Name | Type | Req | Description |
|---|---|---|---|
| filename | string | — | Exact filename of the note (preferred addressing). |
| id | integer | — | Numeric note id (e.g. from list_notes). |
No output schema declared.
No examples provided.
rename_folder Rename a folder ~41
Rename an existing folder, addressed by its numeric id.
| Name | Type | Req | Description |
|---|---|---|---|
| id | integer | yes | Numeric id of the folder. |
| name | string | yes | New folder name. |
No output schema declared.
No examples provided.
update_note Update a 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.
| Name | Type | Req | Description |
|---|---|---|---|
| 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). |
No output schema declared.
No examples provided.