# @caliu-notes/mcp

MCP server for Caliu: interact with your notes, tags, reminders and attachments from any MCP-compatible client

- **Type:** MCP server
- **Trust:** 60/100 (B), scored on the package rubric
- **Verification:** community-indexed — nobody has claimed this listing
- **Version:** 1.7.3
- **Author:** Marc Torrelles
- **License:** MIT
- **npm:** @caliu-notes/mcp
- **Endpoints:** streamable-http https://api.caliuapp.com/mcp
- **Source:** https://github.com/marctorrelles/caliu
- **Endpoint health:** reachable (last checked 2026-09-14T12:47:46.180Z, 1 sample) — uptime is not a security property and is not part of the trust score
- **Compatible clients:** claude-code, cursor, copilot, chatgpt, gemini (basis: transport)

## Trust

60/100 (B), scored on the package rubric
- Publisher verified: no
- Install scripts: nothing suspicious found
- Prompt-injection scan: not run
- Obfuscation scan: not run
- Evidence age: 9 days

## Security scan

- **Status:** clean
- **Scanned:** 2026-09-14T18:35:35.821Z
- **Version scanned:** 1.7.3
- **CVEs:** none found by OSV at scan time
**Findings**
- injection-shaped content (note) in the `get_attachment` tool: Links to undeclared domain: 

## Tools

14 declared. Statically extracted from the shipped source — a floor on the surface, not a census.
- `upload_file`
- `get_attachment` — Download an attachment from the user's Caliu storage so you can view or process it. Accepts the attachment id or the full download URL found in note markdown (h
- `search_notes`
- `get_note` — Get a single note by ID, with full content, tags, backlinks (notes that link to it via [[wiki links]]), and any reminders on it, in one response. Works for acti
- `create_note`
- `update_note`
- `delete_note` — Soft-delete a note (move to trash). Restorable with restore_note. Hard deletion is intentionally not exposed via MCP.
- `restore_note` — Restore a soft-deleted note from trash.
- `archive_note` — Archive a note. Archived notes are hidden from all listings (and tag/folder views) but are never auto-removed and keep their tags. Reverse with unarchive_note. 
- `unarchive_note` — Restore a note from the archive back to the active list.
- `set_reminder` — Create or update a reminder on a note. Pass `reminderId` to update an existing one (e.g. snooze by setting a new `triggerAt`); omit it to create a new one. Upda
- `delete_reminder` — Remove a reminder from a note.
- `list_tags` — List all tags with note counts. Each tag includes a `handle` — the full hierarchical path as you'd write it in note content (e.g. `#work/project/subtask` for ne
- `get_current_user` — Get the currently authenticated user's profile (id, email, name).

## Install

**Verdict: review** — Installable, but 1 thing to check first: No publisher has proved control of this listing; it is indexed, not vouched for.
**Cautions** (coverage gaps and advisories — never blocking)
- No publisher has proved control of this listing; it is indexed, not vouched for.
**Config** (claude-code):
```json
"{\n  \"mcpServers\": {\n    \"mcp\": {\n      \"command\": \"npx\",\n      \"args\": [\n        \"-y\",\n        \"@caliu-notes/mcp\"\n      ],\n      \"env\": {\n        \"CALIU_API_KEY\": \"<YOUR_CALIU_API_KEY>\"\n      }\n    }\n  }\n}"
```
**Credentials it will ask for** (names only — Forge never holds a value):
- `CALIU_API_KEY` — Caliu API Key (required)
Placeholders only. Forge never holds, brokers, or transmits a credential value — replace each <YOUR_NAME> in your own config file. Do not send a value back to Forge; no Forge endpoint accepts one.
- This entry needs 1 credential (1 required). The generated config carries placeholders, so it will fail in the editor rather than at runtime if they are left unset.

## Blast radius

Extensive blast radius — deletes data; runs locally and hosted.
- Floor 58, ceiling 58 (tier: extensive)
- This is impact, not likelihood. A high radius is not a defect: a filesystem server is supposed to write files. It is never part of the trust score.

## Machine-readable views of this entry

- Signed JSON: https://forgeregistry.com/api/v1/packages/%40caliu-notes%2Fmcp
- Install plan: https://forgeregistry.com/api/v1/packages/%40caliu-notes%2Fmcp/install-plan
- Alternatives: https://forgeregistry.com/api/v1/alternatives/%40caliu-notes%2Fmcp
- HTML page: https://forgeregistry.com/registry/%40caliu-notes%2Fmcp
- MCP: POST https://forgeregistry.com/api/mcp → `forge_get_package` / `forge_install_plan`

## About this document

Generated by Forge (https://forgeregistry.com) — a compact rendering of the same record served, signed, at the JSON URL above. Trust and scan facts are the registry's own measurements; anything Forge did not measure is named as unmeasured rather than omitted.
