forgejo-mcp

goern/forgejo-mcp
★ 46 stars Go 🔌 API Integration Updated 7d ago
MIRROR ONLY!! This Model Context Protocol (MCP) server provides tools and resources for interacting with the Forgejo (specifically Codeberg.org) REST API.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "forgejo-mcp": {
      "command": "go",
      "args": [
        "run",
        "github.com/goern/forgejo-mcp@latest"
      ]
    }
  }
}