Forgejo (ric_) MCP Server

@ric_/forgejo-mcp npm v0.1.7

Published by @ric_ — no publish provenance, so origin is unverified, but the source is public: the repository link below is self-declared yet readable, so you can inspect the code before adopting it.

A Model Context Protocol (MCP) server for Forgejo and Gitea instances. Provides 103 tools across repos, issues, PRs, orgs, users, and admin APIs. Works with Claude, Cursor, and any MCP-compatible client. Supports stdio and HTTP transports. Built with Clau

Trust grade
A
93/100
Last scanned get badge →
Trust
A · 93/100
Adoption risk for you: the threat score, then adjusted down for blast radius, publisher verification and how much the scan could see. Deterministic; every point is auditable.
Capability
High
Blast radius if it went rogue — what the server’s tools could reach. Independent of trust.
Coverage
Source
How much the scan could actually inspect. Shallow coverage is stated, never hidden.
Share this Trust Score
𝕏 Share LinkedIn Reddit
A Why this grade threat 100 − adoption risk = 93/100

The grade answers one question — how safe is this server for you to adopt — so it is computed in two auditable stages. Nothing below is an opinion or an LLM's guess; every line is a real term the deterministic engine applied, and the same input always yields the same number.

1. Threat score — 100 − 0 = 100. What the published surface and source actually contain:

The deterministic scan raised no scored threat in the surface it inspected — the threat score stayed at 100. Capability observations and advisory notes are recorded but never lower it.

2. Client adoption risk — 100 − 7 = 93. Three small, subtract-only factors that reflect your risk in adopting it — a clean scan proves less on a powerful, unverified or barely-inspectable package, so the grade says so plainly:

PointsAdoption-risk factor
−6 capability blast radius (high) — client exposure if the model is manipulated
−1 publisher verification (public source) — no provenance, but the source is public and inspectable

Capability observations and info notes are shown under Findings but never scored. Open any row's finding below for the file, line and evidence behind a deduction.

Findings 5

high Sensitive-source and external-sink co-existMTC-FLOW-004

Tools that read sensitive data ([get_file_contents]) and tools that can send data out ([create_issue, create_issue_comment, create_pull_request]) are exposed together. An agent can move private data to the sink.

Evidence: sources [get_file_contents] → sinks [create_issue, create_issue_comment, create_pull_request]

Fix: Keep secret-reading and egress capabilities on separate, separately-approved servers.

Location: flow get_file_contents → create_issue

medium Tool "create_file" can modify the filesystemMTC-CAP-002

Tool "create_file" can write, overwrite or delete files (keyword "create_file" in tool name). Verify it is scoped to a safe directory.

Fix: Constrain file operations to an explicit, non-sensitive root; reject path traversal.

Location: tool create_file

medium Tool "delete_file" can modify the filesystemMTC-CAP-002

Tool "delete_file" can write, overwrite or delete files (keyword "delete_file" in tool name). Verify it is scoped to a safe directory.

Fix: Constrain file operations to an explicit, non-sensitive root; reject path traversal.

Location: tool delete_file

low Mutating tool "create_file" declares no destructiveHintMTC-CAP-005

Tool "create_file" can mutate/egress but declares no destructiveHint. Clients that don't default to spec-safe behavior may not prompt before running it.

Fix: Declare accurate annotations, and gate destructive tools on user confirmation regardless.

Location: tool create_file

low Mutating tool "delete_file" declares no destructiveHintMTC-CAP-005

Tool "delete_file" can mutate/egress but declares no destructiveHint. Clients that don't default to spec-safe behavior may not prompt before running it.

Fix: Declare accurate annotations, and gate destructive tools on user confirmation regardless.

Location: tool delete_file

Tools 103

Each tool and what it can reach — statically extracted from the published source.

  • create_filewrites files
  • create_issuenetwork egress
  • create_issue_commentnetwork egress
  • create_pull_requestnetwork egress
  • delete_filewrites files
  • get_file_contentsreads sensitive data
  • add_collaboratorno sensitive capability
  • add_issue_labelsno sensitive capability
  • add_team_memberno sensitive capability
  • admin_create_userno sensitive capability
Show 93 more tools ↓
  • admin_delete_userno sensitive capability
  • admin_edit_userno sensitive capability
  • admin_list_cron_jobsno sensitive capability
  • admin_list_hooksno sensitive capability
  • admin_list_usersno sensitive capability
  • admin_run_cron_jobno sensitive capability
  • create_branchno sensitive capability
  • create_labelno sensitive capability
  • create_milestoneno sensitive capability
  • create_orgno sensitive capability
  • create_org_repono sensitive capability
  • create_pr_reviewno sensitive capability
  • create_releaseno sensitive capability
  • create_repono sensitive capability
  • create_teamno sensitive capability
  • delete_branchno sensitive capability
  • delete_issue_commentno sensitive capability
  • delete_labelno sensitive capability
  • delete_milestoneno sensitive capability
  • delete_orgno sensitive capability
  • delete_repono sensitive capability
  • edit_issueno sensitive capability
  • edit_issue_commentno sensitive capability
  • edit_labelno sensitive capability
  • edit_milestoneno sensitive capability
  • edit_orgno sensitive capability
  • edit_pull_requestno sensitive capability
  • edit_repono sensitive capability
  • fork_repono sensitive capability
  • get_authenticated_userno sensitive capability
  • get_branchno sensitive capability
  • get_gitignore_templateno sensitive capability
  • get_issueno sensitive capability
  • get_labelno sensitive capability
  • get_label_templateno sensitive capability
  • get_license_templateno sensitive capability
  • get_milestoneno sensitive capability
  • get_nodeinfono sensitive capability
  • get_orgno sensitive capability
  • get_pr_diffno sensitive capability
  • get_pull_requestno sensitive capability
  • get_repono sensitive capability
  • get_runner_registration_tokenno sensitive capability
  • get_server_versionno sensitive capability
  • get_teamno sensitive capability
  • get_userno sensitive capability
  • list_action_runners_jobsno sensitive capability
  • list_branchesno sensitive capability
  • list_collaboratorsno sensitive capability
  • list_followersno sensitive capability
  • list_followingno sensitive capability
  • list_forksno sensitive capability
  • list_gitignore_templatesno sensitive capability
  • list_issue_commentsno sensitive capability
  • list_issuesno sensitive capability
  • list_label_templatesno sensitive capability
  • list_labelsno sensitive capability
  • list_license_templatesno sensitive capability
  • list_milestonesno sensitive capability
  • list_my_notificationsno sensitive capability
  • list_my_starredno sensitive capability
  • list_org_hooksno sensitive capability
  • list_org_labelsno sensitive capability
  • list_org_membersno sensitive capability
  • list_org_reposno sensitive capability
  • list_org_teamsno sensitive capability
  • list_orgsno sensitive capability
  • list_pr_commitsno sensitive capability
  • list_pr_filesno sensitive capability
  • list_pr_reviewsno sensitive capability
  • list_pull_requestsno sensitive capability
  • list_releasesno sensitive capability
  • list_repo_commitsno sensitive capability
  • list_repo_topicsno sensitive capability
  • list_tagsno sensitive capability
  • list_user_orgsno sensitive capability
  • list_user_reposno sensitive capability
  • list_user_starredno sensitive capability
  • mark_notifications_readno sensitive capability
  • merge_pull_requestno sensitive capability
  • remove_issue_labelno sensitive capability
  • remove_team_memberno sensitive capability
  • render_markdownno sensitive capability
  • render_markupno sensitive capability
  • request_pr_reviewno sensitive capability
  • search_reposno sensitive capability
  • search_usersno sensitive capability
  • star_repono sensitive capability
  • transfer_repono sensitive capability
  • unstar_repono sensitive capability
  • update_fileno sensitive capability
  • update_pr_branchno sensitive capability
  • update_repo_topicsno sensitive capability

Toxic flows 1

Cross-tool combinations that form a data-exfiltration primitive (untrusted input → sensitive source → external sink).

What this scan could not see

Versions 1

Scan history per published version. The engine is deterministic — the same version always yields the same score, so a changed score means the package itself changed.

VersionScoreFindingsEngineScanned
v0.1.7 latest A 93/100 5 1.13.0 2026-09-07

Embed this score

Show this server's live Trust Score in your README, docs or website. The badge is served straight from the registry and updates automatically after every rescan — no API key needed. It links back to this page, so anyone who sees the grade can also read the findings behind it instead of taking a number on faith.

MCP Trust Score: A · 93/100
Markdown (GitHub README)
[![MCP Trust Score](https://mcptrustchecker.com/registry/ric-forgejo-mcp/badge.svg)](https://mcptrustchecker.com/registry/ric-forgejo-mcp)
HTML
<a href="https://mcptrustchecker.com/registry/ric-forgejo-mcp"><img src="https://mcptrustchecker.com/registry/ric-forgejo-mcp/badge.svg" alt="MCP Trust Score" height="20"></a>
Prefer shields.io styling? Point it at https://mcptrustchecker.com/registry/ric-forgejo-mcp/badge.json via https://img.shields.io/endpoint?url=…

Verify this score yourself

The score above is reproducible: the same package version always yields the same result. Run it locally or over the free API — no account, no LLM, fully deterministic.

npx mcptrustchecker scan @ric_/forgejo-mcp --online

Use the free API → How scoring works

Other implementations of Forgejo 1

Independent packages implementing the same tool, scanned with the same engine. Compare all 2 side by side →

More in Developer Tools