Back to directory
goern/forgejo-mcp

goern/forgejo-mcp

@goern46

A Model Context Protocol (MCP) server for interacting with Forgejo REST API to manage repositories, issues, and other resources via MCP-compatible chat interfaces.

forgejocode-managementrest-apichat-interfacetool

Installation & Configuration

{
  "mcpServers": {
    "forgejo": {
      "command": "forgejo-mcp",
      "args": [
        "-t",
        "stdio",
        "--host",
        "https://forgejo.org"
      ],
      "env": {
        "GITEA_ACCESS_TOKEN": "<your personal access token>"
      }
    }
  }
}

Information

Transport
stdiosse
Language
Go
Created
2025/4/8
Updated
2026/6/6