gitea-mcp
Rank #62,243io.github.werebear73/gitea-mcp
Model Context Protocol server for Gitea (and Forgejo, Codeberg).
gitea-mcp is a Model Context Protocol (MCP) server published by werebear73. It ranks #62,243 of 132,113 servers tracked on MCP Toplist. gitea-mcp is listed across 3 registries — Official MCP, Glama and PulseMCP, with 1 tracked version. It was first listed on May 29, 2026 and most recently updated on May 29, 2026.
Ranks ahead of 69,870 of 132,113 servers on MCP Toplist.
Use gitea-mcp
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add gitea-mcp -e "GITEA_URL=<your GITEA_URL>" -e "GITEA_TOKEN=<your GITEA_TOKEN>" -e "GITEA_TIMEOUT=<your GITEA_TIMEOUT>" -e "GITEA_MAX_RETRIES=<your GITEA_MAX_RETRIES>" -e "GITEA_RETRY_BASE_DELAY=<your GITEA_RETRY_BASE_DELAY>" -- uvx gitea-mcpReplace each placeholder with your own value before saving.
[mcp_servers.gitea-mcp]
command = "uvx"
args = ["gitea-mcp"]
[mcp_servers.gitea-mcp.env]
GITEA_URL = "<your GITEA_URL>"
GITEA_TOKEN = "<your GITEA_TOKEN>"
GITEA_TIMEOUT = "<your GITEA_TIMEOUT>"
GITEA_MAX_RETRIES = "<your GITEA_MAX_RETRIES>"
GITEA_RETRY_BASE_DELAY = "<your GITEA_RETRY_BASE_DELAY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"gitea-mcp": {
"command": "uvx",
"args": [
"gitea-mcp"
],
"env": {
"GITEA_URL": "<your GITEA_URL>",
"GITEA_TOKEN": "<your GITEA_TOKEN>",
"GITEA_TIMEOUT": "<your GITEA_TIMEOUT>",
"GITEA_MAX_RETRIES": "<your GITEA_MAX_RETRIES>",
"GITEA_RETRY_BASE_DELAY": "<your GITEA_RETRY_BASE_DELAY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"gitea-mcp": {
"command": "uvx",
"args": [
"gitea-mcp"
],
"env": {
"GITEA_URL": "<your GITEA_URL>",
"GITEA_TOKEN": "<your GITEA_TOKEN>",
"GITEA_TIMEOUT": "<your GITEA_TIMEOUT>",
"GITEA_MAX_RETRIES": "<your GITEA_MAX_RETRIES>",
"GITEA_RETRY_BASE_DELAY": "<your GITEA_RETRY_BASE_DELAY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"gitea-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"gitea-mcp"
],
"env": {
"GITEA_URL": "<your GITEA_URL>",
"GITEA_TOKEN": "<your GITEA_TOKEN>",
"GITEA_TIMEOUT": "<your GITEA_TIMEOUT>",
"GITEA_MAX_RETRIES": "<your GITEA_MAX_RETRIES>",
"GITEA_RETRY_BASE_DELAY": "<your GITEA_RETRY_BASE_DELAY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"gitea-mcp": {
"command": "uvx",
"args": [
"gitea-mcp"
],
"env": {
"GITEA_URL": "<your GITEA_URL>",
"GITEA_TOKEN": "<your GITEA_TOKEN>",
"GITEA_TIMEOUT": "<your GITEA_TIMEOUT>",
"GITEA_MAX_RETRIES": "<your GITEA_MAX_RETRIES>",
"GITEA_RETRY_BASE_DELAY": "<your GITEA_RETRY_BASE_DELAY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"gitea-mcp": {
"command": "uvx",
"args": [
"gitea-mcp"
],
"env": {
"GITEA_URL": "<your GITEA_URL>",
"GITEA_TOKEN": "<your GITEA_TOKEN>",
"GITEA_TIMEOUT": "<your GITEA_TIMEOUT>",
"GITEA_MAX_RETRIES": "<your GITEA_MAX_RETRIES>",
"GITEA_RETRY_BASE_DELAY": "<your GITEA_RETRY_BASE_DELAY>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.werebear73%2Fgitea-mcp)<a href="https://mcptoplist.com/server/io.github.werebear73%2Fgitea-mcp"><img src="https://mcptoplist.com/badge/io.github.werebear73%2Fgitea-mcp.svg" alt="MCP Toplist: Top 50% of 132,113" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
werebear73
Other servers by werebear73
View all werebear73 servers →Available versions (1)
| Version | Published |
|---|---|
| 0.5.1 | May 29, 2026 |
Frequently asked questions
- Who maintains gitea-mcp?
- gitea-mcp is maintained by werebear73, which publishes 2 MCP servers (2 total versions) tracked on MCP Toplist.
- Is gitea-mcp listed on the Official MCP Registry?
- Yes — gitea-mcp is listed on the Official MCP Registry, alongside Glama and PulseMCP.
- How many versions does gitea-mcp have?
- MCP Toplist tracks 1 version of gitea-mcp, most recently published on May 29, 2026.
- Where can I find the source code for gitea-mcp?
- The source code for gitea-mcp is hosted at github.com/werebear73/gitea-mcp.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.