mcpbeat Sign in

gitea-mcp MCP Server

local only

gitea-mcp runs on your own machine — the client starts it, so there is no endpoint to ping. 241 installs a week from pypi. Last commit 30 May 2026.

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

Installs per day peak 78 · avg 40 · -4% w/w
a month agotoday
241
Installs / week
pypi · gitea-mcp
0
Stars
0 open issues
30 May 2026
Last commit
0 releases in 90 days
MIT
License
Python

What the code does

We read the source, 18 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

File ships in the package but is absent from the source [пакет] src/gitea_mcp/_version.py:1
этот файл ставится пользователю, но в репозитории его нет

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add gitea-mcp -- uvx gitea-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "gitea-mcp": {
      "args": [
        "gitea-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.gitea-mcp]
command = "uvx"
args = ["gitea-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "gitea-mcp": {
      "args": [
        "gitea-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "gitea-mcp": {
      "args": [
        "gitea-mcp"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: GITEA_URL (Base URL of your Gitea/Forgejo/Codeberg instance), GITEA_TOKEN (Personal access token for the configured instance), GITEA_TIMEOUT (HTTP request timeout in seconds), GITEA_MAX_RETRIES (Retry count for transient failures), GITEA_RETRY_BASE_DELAY (Retry backoff base delay in seconds). The author declared them in the registry entry; get the values from the project itself.

Alternatives to gitea-mcp

same job, measured the same way
Procm
by coder-ka

A Model Context Protocol (MCP) server for process management.

75 installs/wk local only
Cerebras Code MCP
by kevint-cerebras

Model Context Protocol (MCP) server for Cerebras to make coding faster in AI-first IDEs

88 installs/wk local only
MCP Aider Executor
by railkill

Model Context Protocol (MCP) server to execute aider-specific code editing operations

38 installs/wk local only
ContextStream MCP Server
by contextstreamio

ContextStream MCP server for code context, memory, search, and AI tools.

1 106 installs/wk local only
Git MCP Server
by ray0907

MCP server for GitLab and GitHub

37 installs/wk local only
Kubeview
by mikhae1

Read-only Model Context Protocol MCP server enabling code-driven AI analysis of Kubernetes clusters.

381 installs/wk local only
MCP Server Discovery — new model-context-protocol repos ($0.01/query)
by a2awire

New MCP servers on GitHub: discovery index. $0.01/query. Register in-session — free testnet funds.

16 tools answering
ContextStream MCP Server
by contextstream

Project memory, semantic code search, and grounded agent context.

answering

gitea-mcp — questions

Answers built from our own checks of this server.

Why is there no uptime for gitea-mcp?
gitea-mcp runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package gitea-mcp was installed 241 times last week.
How do I connect gitea-mcp?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls gitea-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use gitea-mcp?
The pypi package gitea-mcp was installed 241 times in the last week. Week over week that is -4%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is gitea-mcp open source?
Yes — it is published under the MIT licence, written in Python and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.