← Back to browse

gitea-mcp

Indexed by io.github.werebear73

About

Model Context Protocol server for Gitea (and Forgejo, Codeberg).

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsGITEA_URL GITEA_TOKEN GITEA_TIMEOUT GITEA_MAX_RETRIES GITEA_RETRY_BASE_DELAY
Claude Code
claude mcp add --env GITEA_URL= --env GITEA_TOKEN= --env GITEA_TIMEOUT= --env GITEA_MAX_RETRIES= --env GITEA_RETRY_BASE_DELAY= gitea-mcp -- uvx gitea-mcp
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"gitea-mcp","command":"uvx","args":["gitea-mcp"],"env":{"GITEA_URL":"","GITEA_TOKEN":"","GITEA_TIMEOUT":"","GITEA_MAX_RETRIES":"","GITEA_RETRY_BASE_DELAY":""}}'
JSON
{
  "mcpServers": {
    "gitea-mcp": {
      "command": "uvx",
      "args": [
        "gitea-mcp"
      ],
      "env": {
        "GITEA_URL": "",
        "GITEA_TOKEN": "",
        "GITEA_TIMEOUT": "",
        "GITEA_MAX_RETRIES": "",
        "GITEA_RETRY_BASE_DELAY": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.