Skip to main content
Version ControlGo

raohwork/forgejo-mcp

An MCP server for managing your repositories on Forgejo/Gitea server.

version-controlcloud-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/raohwork/forgejo-mcp

Claude Desktop configuration example:

{
  "mcpServers": {
    "forgejo-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "raohwork/forgejo-mcp"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Version Control
Language
Go
Author
raohwork