Back to MCP Servers
🔌

raohwork/forgejo-mcp

MPL-2.0API key required

🏎️ ☁️ - An MCP server for managing your repositories on Forgejo/Gitea server.

GoDev Tools

Install

npx -y raohwork-forgejo-mcp

Required environment variables

FORGEJOMCP_TOKENSet in your MCP config

claude_desktop_config.json

claude_desktop_config.json
{
  "mcpServers": {
    "raohwork-forgejo-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "raohwork-forgejo-mcp"
      ],
      "env": {
        "FORGEJOMCP_TOKEN": "<YOUR_FORGEJOMCP_TOKEN>"
      }
    }
  }
}

Add this to your Claude Desktop config file. Find it at ~/Library/Application Support/Claude/claude_desktop_config.json on macOS.