An MCP Tool l that interfaces with Gitea & Forgejo

Usage

"mcp":{
       ...
       ...other tools
       ...
      "gitea-mcp": {
        "type": "stdio",
        "command": "docker",
        "args": [
          "run",
          "-i",
          "--rm",
          "-e",
          "GITEA_ACCESS_TOKEN",
          "-e",
          "GITEA_HOST",
          "docker.gitea.com/gitea-mcp-server"
        ],
        "env": {
          "GITEA_HOST": "https://giteahost.example.com",
          "GITEA_ACCESS_TOKEN": "blahblahblah...."
        }
      } 

You can swap Docker for Podman simply by changing the command from docker to podman