forgejo-mcp CLAUDE.md

forgejo-mcp CLAUDE.md is an instructions file for coding agents from raohwork/forgejo-mcp. It costs 1,480 tokens per session, scanned A, original, MPL-2.0.

Project instructions for an MCP server that lets compatible AI applications work with Forgejo and Gitea code repositories. MCP is a standard way for applications to exchange tool commands and results.

In plain words
What is it for?
Use them when developing or maintaining the server, including issue, label, milestone, release, pull-request, wiki, repository-search, and action-related operations.
Why use it?
They give the coding agent project-specific information about supported repository actions, transport methods, and code structure.

Instructions file

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add instructions/raohwork/forgejo-mcp/claude-md
Clone the repo
git clone --depth 1 https://github.com/raohwork/forgejo-mcp

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for forgejo-mcp CLAUDE.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/raohwork/forgejo-mcp/claude-md.svg)](https://agentmods.dev/instructions/raohwork/forgejo-mcp/claude-md)
Your own site
<a href="https://agentmods.dev/instructions/raohwork/forgejo-mcp/claude-md"><img src="https://agentmods.dev/badge/instructions/raohwork/forgejo-mcp/claude-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 1,480 This file is loaded in full into every session.
When invoked 1,480 The same file — it is already loaded in full.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.01480 $0.01480
Opus 5 $0.00740 $0.00740
Sonnet 5 $0.00296 $0.00296
Haiku 4.5 $0.00148 $0.00148

Measured 5d ago against content hash 870a92299abf, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

forgejo-mcp CLAUDE.md scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

CLAUDE.md · 182 lines

How it starts

The opening of the file, as written. The whole thing — 182 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Forgejo MCP Server

A Model Context Protocol (MCP) server that enables MCP clients to interact with Gitea/Forgejo repositories.

Project Overview

This project provides MCP integration for managing Forgejo/Gitea repositories through MCP-compatible clients such as Claude Desktop, Continue, and other LLM applications.

Supported Operations

  • Issues (create, edit, comment, close)
  • Labels (list, create, edit, delete)
  • Milestones (list, create, edit, delete)
  • Releases (list, create, edit, delete, manage assets)
  • Pull requests (list, view)
  • Repository search and listing
  • Wiki pages (create, edit, delete)
  • Forgejo Actions tasks (view)

Transport Modes

  • stdio: Standard input/output (best for local integration)
  • sse: Server-Sent Events over HTTP (best for web apps) - planned
  • http: HTTP POST requests (best for simple integrations) - planned

Architecture

Core Components

  • cmd/: CLI application using Cobra framework
    • root.go: Main command with global configuration
    • stdio.go: Stdio transport mode implementation
  • types/: Data structures and response types
    • api.go: MCP response types wrapping Forgejo SDK types
  • main.go: Application entry point

Key Dependencies

  • MCP SDK: github.com/modelcontextprotocol/go-sdk
    • There are 3 important sub packages: mcp, jsonschema and jsonrpc
  • Forgejo SDK: codeberg.org/mvdkleijn/forgejo-sdk/forgejo/v2
  • CLI Framework: github.com/spf13/cobra
  • Configuration: github.com/spf13/viper

If you need to get documentation of these packages, go doc should be the best bet.

Implementation Strategy

  • 🟢 SDK-based (71%): Use official Forgejo SDK where available
  • 🟡 Custom HTTP (29%): Implement custom requests for unsupported features (Wiki, Actions, Issue dependencies)

Configuration

CLI Arguments

forgejo-mcp stdio --server https://git.example.com --token your_token

Environment Variables

  • FORGEJOMCP_SERVER: Forgejo server URL
  • FORGEJOMCP_TOKEN: Access token

Read the full file on GitHub · 182 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 5d ago First seen · 182 lines · 1,480 tokens per session scan A 870a92299abf

Subscribe to this mod's changes

forgejo-mcp CLAUDE.md is an instructions file published in the GitHub repository raohwork/forgejo-mcp (67 stars, last pushed 10mo ago), licensed MPL-2.0. It adds 1,480 tokens to every session, about $0.0074 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other instructions, from other repositories