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.

Remogram

NPM · @REMOGRAM/MCP · SCANNED AUG 3

SCM & forge boundary MCP: normalized, typed JSON from attributed Gitea, GitLab, and GitHub providers

Available components

+19 this week 63 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 Security88
  • No malware found by supply-chain analysis.Pass
  • Only part of the dependency tree could be resolved (102 of 106), 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 (102 of 106), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability49
  • AI-judged instruction clarity (fair).Partial
  • Tool/resource definitions use about 2395 tokens (~59/item across 40 items; 40 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 Coverage86
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 59% of tool parameters carry a description.Partial
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 · @remogram/mcp

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

    No change was recorded against any check on this day. Stability & Change Management went from 23 to 27. That category is still filling its 30-day observation window: 7 days of observed history at the previous scan, 8 at this one. The score rises as the window fills, whether or not the server changes.

  • 2 Aug 26 +42
    • Provenance: unverified → fail security
    • Install scripts: unverified → pass security
    • Known CVEs: unverified → partial security
    • Malware scan: unverified → pass security
    • Security disclosure: fail → unverified functional
    • Tool coverage: 100 → unverified functional
    • License: unverified → pass functional
    • Schema quality: unverified → fair functional
    • Maintenance: unverified → pass functional
    • MCP protocol: unverified → pass functional
    • Stability: unverified → 0.23 functional
    • Dependency health: unverified → partial functional
    • First check of Schema quality: unverified functional
    • Licence: MIT functional
  • 31 Jul 26 −24
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 27 Jul 26 44

    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/@remogram/[email protected]

Provenance none

Ecosystem: npm · Outcome: none

Dependencies 102 packages

102 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 — 40 exposed · ~2,395 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
attestation_read ~33

Read commit status attestation bindings for a SHA.

NameTypeReqDescription
contextstring
shastringyes

No output schema declared.

No examples provided.

branch_protection ~32

Branch protection policy facts: required status contexts, protected rules, approvals signal.

NameTypeReqDescription
branch_refstringyes

No output schema declared.

No examples provided.

command_contract_export ~37

Read command contract metadata for all commands or one command key.

NameTypeReqDescription
commandstringOptional command key, for example "issue inventory"

No output schema declared.

No examples provided.

cr_body ~24

Change request description body with close_keywords helper.

NameTypeReqDescription
numberintegeryes

No output schema declared.

No examples provided.

cr_close ~76

Close an open change request on the configured forge without merging.

NameTypeReqDescription
actor_idstringCaller actor id; requires session_id when set
idempotency_keystring
numberintegeryes
session_idstringCaller session id; requires actor_id when set (untrusted correlation only)

No output schema declared.

No examples provided.

cr_comments ~30

Review comments for a change request (sanitized bodies, truncation-aware).

NameTypeReqDescription
numberintegeryes

No output schema declared.

No examples provided.

cr_edit ~98

Update change request title and/or body on the configured forge.

NameTypeReqDescription
actor_idstringCaller actor id; requires session_id when set
bodystring
body_filestring
idempotency_keystring
numberintegeryes
session_idstringCaller session id; requires actor_id when set (untrusted correlation only)
titlestring

No output schema declared.

No examples provided.

cr_files ~29

Changed file paths for a change request (bounded, truncation-aware).

NameTypeReqDescription
numberintegeryes

No output schema declared.

No examples provided.

cr_inventory ~87

Aggregate open change requests with checks and merge-plan facts into a semantic-diff slice.

NameTypeReqDescription
cursorstringOpaque cursor from prior cr_inventory next_cursor
limitintegerMax open CR entries (default 3)
slice_refstringOptional slice ref label for consumers
sortstringOpen-list slice sort preset (default number_asc)

No output schema declared.

No examples provided.

cr_open ~204

Open a change request (pull request) on the configured forge.

NameTypeReqDescription
actor_idstringCaller actor id; requires session_id when set
basestringyesBase branch ref
bodystringOptional change request body
body_filestringPath to body file (mutually exclusive with body); use - for stdin
dedupe_keystringDurable cross-process dedupe key (24h XDG store)
headstringyesHead branch ref
idempotencystringIdempotency scan mode when forge open-pull scan is incomplete
idempotency_keystringOptional agent idempotency key for retry-safe writes
repostringOverride forge repo as owner/name on the same host
session_idstringCaller session id; requires actor_id when set (untrusted correlation only)
titlestringyesChange request title

No output schema declared.

No examples provided.

doctor ~44

Read-only provider readiness diagnostics for config, remote trust, auth, capabilities, and checks.

NameTypeReqDescription
livebooleanWhen true, perform a bounded live forge API reachability probe

No output schema declared.

No examples provided.

forge_changes ~115

Forge activity events since an observed_at boundary (PR lifecycle, head SHA moves, check conclusions).

NameTypeReqDescription
cursorstringOpaque cursor from prior forge_changes next_cursor
include_issuesbooleanInclude issue open/close lifecycle events
limitintegerEvents per page (default 64)
log_pathstringOverride forge event log path
sincestringISO-8601 observed_at boundary (required on first page)
sourcestringEvent source preference

No output schema declared.

No examples provided.

forge_log_ingest ~48

Ingest a Gitea webhook JSON payload into the local forge event log.

NameTypeReqDescription
filestring
log_pathstring
stdinboolean

No output schema declared.

No examples provided.

forge_log_read ~41

Read normalized events from the local forge event log.

NameTypeReqDescription
limitinteger
log_pathstring
sincestringyes

No output schema declared.

No examples provided.

forge_queue_snapshot ~65

Composed forge queue snapshot (repo status, CR slice, merge summaries).

NameTypeReqDescription
base_refstring
cr_limitinteger
include_issuesboolean
include_refsboolean
integration_refstring

No output schema declared.

No examples provided.

issue_bundle ~58

Create an issue_bundle packet for issue lifecycle and linked review context.

NameTypeReqDescription
issue_numberintegeryes
linked_printeger
statestring
titlestring
urlstring

No output schema declared.

No examples provided.

issue_close ~74

Close an open forge issue on the configured repository.

NameTypeReqDescription
actor_idstringCaller actor id; requires session_id when set
idempotency_keystring
numberintegeryes
session_idstringCaller session id; requires actor_id when set (untrusted correlation only)

No output schema declared.

No examples provided.

issue_comment ~87

Post a comment on a forge issue.

NameTypeReqDescription
actor_idstringCaller actor id; requires session_id when set
bodystring
body_filestring
idempotency_keystring
numberintegeryes
session_idstringCaller session id; requires actor_id when set (untrusted correlation only)

No output schema declared.

No examples provided.

issue_comments ~26

Issue comments (sanitized bodies, truncation-aware).

NameTypeReqDescription
numberintegeryes

No output schema declared.

No examples provided.

issue_inventory ~85

Aggregate open issues into a semantic-diff inventory slice with pagination cursors.

NameTypeReqDescription
cursorstringOpaque cursor from prior issue_inventory next_cursor
limitintegerMax open issue entries (default 3)
slice_refstringOptional slice ref label for consumers
sortstringOpen-list slice sort preset (default number_asc)

No output schema declared.

No examples provided.

issue_open ~139

Open a forge issue on the configured repository (Gitea v1).

NameTypeReqDescription
actor_idstringCaller actor id; requires session_id when set
bodystringOptional issue body (inline cap; use body_file for larger bodies)
body_filestringPath to body file for bodies above inline cap (mutually exclusive with body); use - for stdin
idempotency_keystringOptional agent idempotency key for retry-safe writes
session_idstringCaller session id; requires actor_id when set (untrusted correlation only)
titlestringyesIssue title

No output schema declared.

No examples provided.

issue_view ~25

Issue metadata facts with optional linked change request snapshot.

NameTypeReqDescription
numberintegeryes

No output schema declared.

No examples provided.

merge_execute ~116

Execute a forge merge for an open change request after SHA-bound preflight.

NameTypeReqDescription
actor_idstringCaller actor id; requires session_id when set
expected_base_shastringyesExpected base SHA (40 hex chars)
expected_head_shastringyesExpected head SHA (40 hex chars)
methodstringMerge method (v1: merge only)
numberintegeryes
session_idstringCaller session id; requires actor_id when set (untrusted correlation only)

No output schema declared.

No examples provided.

merge_plan ~34

Merge readiness facts: mergeability, checks, blockers.

NameTypeReqDescription
allowed_pathsarray
numberintegeryes

No output schema declared.

No examples provided.

observer_snapshot ~53

Deprecated alias for forge_queue_snapshot — prefer forge_queue_snapshot.

NameTypeReqDescription
cr_limitinteger
include_issuesboolean
include_refsboolean
integration_refstring

No output schema declared.

No examples provided.

plugin_boundary ~24

Read forge plugin boundary metadata (emit surfaces, denied claims, contract export linkage).

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

pr_checks ~19

CI/check conclusions for a PR number or git ref.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

pr_status ~22

PR metadata and mergeability facts.

NameTypeReqDescription
numberintegeryes

No output schema declared.

No examples provided.

provider_capabilities ~46

Structured provider capability facts for commands, auth, checks, host binding, pagination, and write support.

NameTypeReqDescription
repostringOverride forge repo as owner/name on the same host

No output schema declared.

No examples provided.

publish_execute ~51

Push a local branch to the configured git remote (requires publish_branch write_commands).

NameTypeReqDescription
headstringyesLocal branch name to publish
remotestringGit remote (must match configured config.remote)

No output schema declared.

No examples provided.

publish_plan ~49

Plan branch publication to the configured git remote before opening a change request.

NameTypeReqDescription
headstringyesLocal branch name to publish
remotestringGit remote (must match configured config.remote)

No output schema declared.

No examples provided.

ref_compare ~56

Compare two refs with exact SHAs and ahead/behind counts.

NameTypeReqDescription
basestringyesBase ref
headstringyesHead ref
repostringOverride forge repo as owner/name on the same host

No output schema declared.

No examples provided.

ref_inventory ~41

List repository refs with SHAs, default branch hint, and optional ancestry hints.

NameTypeReqDescription
repostringOverride forge repo as owner/name on the same host

No output schema declared.

No examples provided.

repo_status ~37

Forge repo status facts (auth, capabilities, default branch).

NameTypeReqDescription
repostringOverride forge repo as owner/name on the same host

No output schema declared.

No examples provided.

review_bundle ~63

Create a review_bundle packet for reviewed head/base, decision, and summary facts.

NameTypeReqDescription
decisionstring
numberintegeryes
reviewed_base_shastring
reviewed_head_shastring
summarystring

No output schema declared.

No examples provided.

semantic_diff ~20

Composed semantic diff since a time or git ref boundary.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

status_set ~185

Set a commit status (check context) on the configured forge.

NameTypeReqDescription
actor_idstringCaller actor id; requires session_id when set
contextstringyesStatus context name
descriptionstringOptional status description
idempotency_keystringOptional agent idempotency key for retry-safe writes
notestringAdditional attestation note
proof_hashstringAttestation proof hash (sha256:...)
proof_urlstringAttestation proof URL
session_idstringCaller session id; requires actor_id when set (untrusted correlation only)
shastringyes40-character commit SHA
statestringyesStatus state
target_urlstringOptional target URL for the status
verifierstringVerifier identity label

No output schema declared.

No examples provided.

sync_plan ~26

Local vs remote sync facts and divergent-remote blockers.

NameTypeReqDescription
remotestring

No output schema declared.

No examples provided.

verify_bind ~71

Create a verify_bind packet bound to a target SHA and optional proof metadata.

NameTypeReqDescription
notestringOptional verification notes
proof_urlstringVerification proof URL
target_shastringyes40-character verified target SHA
verifierstringVerifier identity or lane label

No output schema declared.

No examples provided.

whoami ~25

Authenticated forge identity facts (login, can_write, token scope/expiry signals).

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.