amonstack/gitea_mcp

MCP server for managing [Gitea](https://about.gitea.com/) repositories — issues, comments, labels, milestones, and more via the Gitea API.

1Stars on the repository
21Mods indexed here, across every type
8d agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

gitea-cancel-action

01

amonstack/gitea_mcp

Skill Claude CodeCodex

Invoke to CANCEL one active Gitea Actions workflow run. PARTIALLY DESTRUCTIVE — active jobs are killed and partial results discarded. The flow confirms the run is still active first, then cancels after user approval. Do NOT invoke to rerun (gitea-rerun-action), find/read runs (gitea-find-actions), or manage…

1 8d ago A 84 tokens original MIT

gitea-comment-issue

02

amonstack/gitea_mcp

Skill Claude CodeCodex

Invoke to POST a new comment on a Gitea issue or pull request. The flow confirms the issue exists first, then posts. Do NOT invoke to edit or delete a comment (author/admin only, partly destructive — no skill), read or summarize the thread (gitea-summarize-issue), or create/edit the issue itself (gitea-create-issue /…

1 8d ago A 90 tokens original MIT

gitea-configure

03

amonstack/gitea_mcp

Skill Claude CodeCodex

Invoke to CONFIGURE / SET UP / FIX the Gitea connection — instance URL, token, or owner/repo discovery. Use when a tool fails with 401/403 (bad or missing token), when the user asks how to wire up gitea-mcp, or when baseUrl/owner/repo could not be auto-detected. Do NOT invoke for normal issue/label/milestone work once…

1 8d ago C 94 tokens original MIT

gitea-create-issue

04

amonstack/gitea_mcp

Skill Claude CodeCodex

Invoke to CREATE / FILE / OPEN a new Gitea issue. The flow checks for an existing duplicate first, then creates. Do NOT invoke to edit/close (gitea-update-issue), delete (no skill — destructive), read/find (gitea-find-issues), or attach labels (gitea-label-issue).

1 8d ago A 76 tokens original MIT

gitea-create-pull

05

amonstack/gitea_mcp

Skill Claude CodeCodex

Invoke to CREATE / OPEN a new Gitea pull request. The flow confirms the branch exists and checks for an existing open PR on the same head/base first, then creates. Do NOT invoke to edit/close (gitea-update-pull), merge (gitea-merge-pull), read/find (gitea-find-pulls), or post a review comment (gitea-comment-issue).

1 8d ago A 91 tokens original MIT

gitea-find-actions

06

amonstack/gitea_mcp

Skill Claude CodeCodex

Invoke to DISCOVER or READ Gitea Actions workflow runs — listing runs in one repo (filtered by status/branch/event/actor) or reading a single run's detail. Do NOT invoke to cancel (gitea-cancel-action), rerun (gitea-rerun-action), or to manage issues/pull requests.

1 8d ago A 74 tokens original MIT

gitea-find-issues

07

amonstack/gitea_mcp

Skill Claude CodeCodex

Invoke to DISCOVER or READ Gitea issues — listing one repo's issues, cross-repo keyword search, reading a single issue, or triage. Do NOT invoke to create/edit/close/delete (gitea-create-issue / gitea-update-issue), to manage labels (gitea-label-issue), or to read the comment discussion (gitea-summarize-issue).

1 8d ago A 90 tokens original MIT

gitea-find-pulls

08

amonstack/gitea_mcp

Skill Claude CodeCodex

Invoke to DISCOVER or READ Gitea pull requests — listing one repo's PRs, cross-repo PR search, reading a single PR, its commits, or its changed files. Do NOT invoke to create/edit/close/merge (gitea-create-pull / gitea-update-pull / gitea-merge-pull), or to read the comment discussion (gitea-summarize-pull).

1 8d ago A 94 tokens original MIT

gitea-label-issue

09

amonstack/gitea_mcp

Skill Claude CodeCodex

Invoke to ATTACH labels to ONE Gitea issue — add, replace, remove one, or clear all. Covers the label name-vs-id pitfall. Do NOT invoke to create/edit/delete the repo's label definitions (gitea-manage-labels) or to create/edit the issue (gitea-create-issue / gitea-update-issue).

1 8d ago A 82 tokens original MIT

gitea-manage-labels

10

amonstack/gitea_mcp

Skill Claude CodeCodex

Invoke to CREATE or EDIT a Gitea label in the repo's taxonomy (the set of available label definitions). Do NOT invoke to attach labels to an issue (gitea-label-issue) or to delete a label (destructive — no skill).

1 8d ago A 60 tokens original MIT

gitea-merge-pull

11

amonstack/gitea_mcp

Skill Claude CodeCodex

Invoke to MERGE one Gitea pull request after confirming it is mergeable and the user has explicitly approved the strategy. IRREVERSIBLE. Do NOT invoke to create (gitea-create-pull), edit/close without merging (gitea-update-pull), find/read (gitea-find-pulls), or check merge status only (gitea-find-pulls…

1 8d ago A 90 tokens original MIT

amonstack/gitea_mcp

Skill Claude CodeCodex

Invoke to CREATE, EDIT, or CLOSE a Gitea milestone, or to list/inspect milestones for planning. Do NOT invoke to delete a milestone (destructive — no skill) or to set an issue's milestone (that is gitea-update-issue).

1 8d ago A 62 tokens original MIT

gitea-rerun-action

13

amonstack/gitea_mcp

Skill Claude CodeCodex

Invoke to RERUN a completed Gitea Actions workflow run — either the entire run or only its failed jobs. The flow confirms the run has completed and is rerunnable first, then reruns after user approval. Do NOT invoke to cancel (gitea-cancel-action), find/read runs (gitea-find-actions), or manage issues/pull requests.

1 8d ago A 82 tokens original MIT

gitea-resolve-repo

14

amonstack/gitea_mcp

Skill Claude CodeCodex

Invoke to RESOLVE which owner/repo (and baseUrl) the other gitea tools should target (auto-detect from a git remote) or to LIST repositories the token can access. Run FIRST when the target repository is unknown. Do NOT invoke for issue/comment/label/milestone work once owner/repo are known.

1 8d ago A 75 tokens original MIT

amonstack/gitea_mcp

Skill Claude CodeCodex

Invoke to READ and SUMMARIZE an issue's discussion — the issue body plus its comment thread. Do NOT invoke to create/edit an issue (gitea-create-issue / gitea-update-issue), post a comment (gitea-comment-issue), or manage labels/milestones.

1 8d ago A 70 tokens original MIT

amonstack/gitea_mcp

Skill Claude CodeCodex

Invoke to READ and SUMMARIZE a pull request — the PR body, commits, changed files, and comment thread. Produces a review-oriented summary (what it changes, mergeability, open questions). Do NOT invoke to create/edit/merge/close a PR (gitea-create-pull / gitea-update-pull / gitea-merge-pull), or to post a comment…

1 8d ago A 98 tokens original MIT

gitea-update-issue

17

amonstack/gitea_mcp

Skill Claude CodeCodex

Invoke to EDIT fields, CLOSE, REOPEN, or CLEAR assignee/milestone on ONE existing Gitea issue. Do NOT invoke to create (gitea-create-issue), delete (destructive — no skill), find/read (gitea-find-issues), or change a single label (gitea-label-issue).

1 8d ago A 76 tokens original MIT

gitea-update-pull

18

amonstack/gitea_mcp

Skill Claude CodeCodex

Invoke to EDIT fields, CLOSE (without merging), REOPEN, retarget, or toggle WIP on ONE existing Gitea pull request. Do NOT invoke to create (gitea-create-pull), merge (gitea-merge-pull — destructive), find/read (gitea-find-pulls), or change a single label (gitea-label-issue).

1 8d ago A 84 tokens original MIT

gitea-write-wiki

19

amonstack/gitea_mcp

Skill Claude CodeCodex

Invoke to WRITE / CREATE / EDIT / RESTRUCTURE pages in a Gitea repository wiki. Applies the bundled OSS wiki format spec (page model, naming, Markdown style, templates) so pages look like mainstream open-source documentation. Do NOT invoke to delete a page (no skill — destructive; use deletewikipage only after…

1 8d ago A 89 tokens original MIT