# usetrail

Trail's MCP server: gives your coding agent your team's tracker and the project's durable memory, scoped to the folder you have open.

- **Type:** MCP server
- **Trust:** 85/100 (A), scored on the package rubric
- **Verification:** verified (build provenance)
- **Version:** 1.21.0
- **Author:** Unknown
- **License:** MIT
- **npm:** usetrail
- **Source:** https://github.com/arsprengel/trail-mcp
- **Compatible clients:** claude-code, cursor, copilot, gemini (basis: transport)

## Trust

85/100 (A), scored on the package rubric
- Publisher verified: no
- Build provenance: verified attestation
- npm trusted publishing (OIDC): yes
- Install scripts: nothing suspicious found
- Prompt-injection scan: not run
- Obfuscation scan: not run
- Evidence age: 0 days

## Security scan

- **Status:** clean
- **Scanned:** 2026-08-29T18:26:11.143Z
- **Version scanned:** 1.20.1
- **CVEs:** none found by OSV at scan time

## Tools

16 declared. Statically extracted from the shipped source — a floor on the surface, not a census.
- `list_items` — Lista itens do tracker. Use no inicio para ver pontas abertas antes de agir. Filtre (status/type/tag) sempre que souber o que procura - e mais barato e mais pre
- `get_item` — Detalhe completo de um item por id. Chame antes de agir sobre um item para ver o estado atual.
- `add_item` — Cria um item (ponta solta). Chame ao descobrir trabalho novo a fazer.
- `update_item` — Atualiza um item (status, notas, links). Chame ao concluir ou avancar trabalho.
- `move_item` — Reordena um item na lista do seu projeto (index 0-based; 0 = topo, um numero grande = fim). Use para controlar a ordem/cronologia dos itens.
- `get_next` — Retorna o proximo item aberto de maior prioridade. Chame quando precisar decidir o que atacar a seguir.
- `delete_item` — Apaga um item de vez (item + historico). Use quando um item foi criado por engano ou nao serve mais. Irreversivel.
- `list_memory`
- `get_memory` — Le o CONTEUDO completo de UMA entrada da MRP por id (o body inteiro). Use pra abrir so a entrada relevante, a partir do indice do list_memory (ou dos titulos do
- `add_memory` — Registra conhecimento duravel de REFERENCIA na MRP do projeto (comando, deploy, gotcha, decisao, contexto) - o que um agente precisa LER pra nao redescobrir.
- `update_memory` — Corrige uma entrada da MRP ou aposenta com patch {archived: true}. Prefira aposentar a apagar.
- `review_memory`
- `add_reminder` — Registra um lembrete/agendamento no Trail. Chame SEMPRE que prometer avisar algo no futuro
- `list_reminders` — Lista os lembretes/agendamentos do projeto (pendentes por padrao; ordenados por data). Chame pra conferir o que ja foi agendado.
- `add_attachment` — Anexa um arquivo (base64) a um card do tracker. Use pra guardar spec, doc ou planilha relevante ao card. Nasce INTERNO (so o time ve); passe shared_with_client=
- `get_attachment` — Le o CONTEUDO de um anexo sob demanda (texto extraido pra txt/csv; base64 pra imagem pequena). Nao chame a toa - a lista de anexos ja vem no get_item com nome e

## Install

**Verdict: install** — No blocking findings and no open coverage gaps — safe to install as configured.
**Config** (claude-code):
```json
"{\n  \"mcpServers\": {\n    \"usetrail\": {\n      \"command\": \"npx\",\n      \"args\": [\n        \"-y\",\n        \"usetrail\"\n      ]\n    }\n  }\n}"
```

## Blast radius

Extensive to critical — no credential declaration found, from the publisher, the upstream registry, or the README. Known so far: deletes data; runs on your machine.
- Floor 37, ceiling 61 (tier: unknown)
- `unknown` means the floor and ceiling land in different bands — not measured enough to name one. It does not mean low.
- 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/usetrail
- Install plan: https://forgeregistry.com/api/v1/packages/usetrail/install-plan
- Alternatives: https://forgeregistry.com/api/v1/alternatives/usetrail
- HTML page: https://forgeregistry.com/registry/usetrail
- 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.
