# gitea/gitea-mcp [Health: Active]

**Category:** 🔄 Version Control  
**Repository:** https://gitea.com/gitea/gitea-mcp  
**Views:** 3  
**Installs:** 0  
**Upvotes:** 0  
**Directory Page:** https://allmcps.com/mcp/gitea-gitea-mcp

## Description
Interactive with Gitea instances with MCP.

## Claude Desktop Quick Installation
Heuristic fallback — verify the package name and runner against the repository README before running it. Uses `npx` (confidence: low):

```json
"mcpServers": {
  "gitea-mcp": {
    "command": "npx",
    "args": ["-y","gitea-gitea-mcp"],
    "env": {
      "GITEA_API_TOKEN": "",
      "GITEA_BASE_URL": ""
    }
  }
}
```

**Requires environment variables:** `GITEA_API_TOKEN`, `GITEA_BASE_URL` — the values above are empty placeholders; fill in real credentials before running (see the repository for what each one is for).

## Documentation
This MCP server provides an interface to interact with Gitea instances, allowing AI agents to perform version control related tasks. It is suitable for use cases where integration with Gitea repositories is needed to automate or assist with repository management, issue tracking, or code collaboration. The server acts as a bridge between AI agents and Gitea's API through the MCP protocol.

**Use cases:**
- Query repository information from Gitea
- Manage issues and pull requests
- Retrieve commit history and diffs
- Automate repository operations
- Assist with code review workflows

**Key features:**
- Access Gitea repository metadata
- Interact with issues and pull requests
- Fetch commit logs and diffs
- Support for multiple Gitea instances
- MCP protocol compliant interface

_Summarized from the repository README — see the link above for the full text._

