Forgejo Mcp

Created By
raohwork10 months ago
Manage Gitea/Forgejo repositories through AI assistants.
Overview

Installation

Using docker is recommended, take a look at config example.

If you don't want to use docker:

# install from source
go install github.com/raohwork/forgejo-mcp@latest

or grab pre-compiled binaries from the Releases page.

Usecases

"Show me critical bug reports of this repo on my gitea server"

"According to our discussion above, create a detailed issue about this bug, then leave a comment on the issue to describe how we will fix it."

"Give me a report about current milestone. Recent progression in particular."

"Analyze recent pull requests and tell me which ones need priority review"

Server Config

{
  "mcpServers": {
    "forgejo": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "-e",
        "FORGEJOMCP_TOKEN",
        "ronmi/forgejo-mcp",
        "stdio",
        "--server",
        "https://your-forgejo-instance.com"
      ]
    }
  }
}
Project Info
Created At
10 months ago
Updated At
10 months ago
Author Name
raohwork
Star
-
Language
-
License
-
Category

Recommend Servers

View All
Tavily Mcp
@tavily-ai

JavaScript
a year ago