gitea-mcp

datamathcode/gitea-mcp
★ 0 stars Python AI/LLM Updated today
Local Gitea MCP server
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "gitea-mcp": {
      "command": "uvx",
      "args": [
        "gitea-mcp"
      ]
    }
  }
}

Or install with pip: pip install gitea-mcp

README Excerpt

<div align="center"> <img src="assets/banner.png" alt="Gitea MCP" width="100%" /> **A local MCP server that connects Claude directly to your own Gitea instance — no hosted gateway in between.** </div> --- Most MCP setups for Git hosting route through a third-party gateway (Composio and similar): the gateway holds your token, brokers every API call, and sits as an opaque intermediary between your agent and your infrastructure. `gitea_mcp` skips that entirely. It runs as a subprocess on your own m

Tools (8)

gitea_create_issuegitea_create_or_update_filegitea_create_pull_requestgitea_get_file_contentgitea_list_commitsgitea_list_issuesgitea_list_pull_requestsgitea_list_repos