Loading MCP server directory, please wait...
Model Context Protocol server for Gitea (and Forgejo, Codeberg).
npx @getmcp/cli add io.github.werebear73/gitea-mcpRequires Python 3.10+. Community-contributed server. Review source before installing.
GITEA_URLBase URL of your Gitea/Forgejo/Codeberg instance
GITEA_TOKENPersonal access token for the configured instance
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.werebear73/gitea-mcp": {
"command": "uvx",
"args": [
"gitea-mcp"
],
"env": {
"GITEA_URL": "",
"GITEA_TOKEN": "",
"GITEA_TIMEOUT": "30",
"GITEA_MAX_RETRIES": "3",
"GITEA_RETRY_BASE_DELAY": "0.5"
}
}
}
}