GiteaMCPServer

Saravanan-Madhesh/GiteaMCPServer
★ 3 stars C# 💻 Code/Dev Tools Updated 1mo ago
Gitea MCP Server is an integration plugin designed to connect Gitea with Model Context Protocol (MCP) systems. This allows for seamless command execution and repository management through an MCP-compatible chat interface.
View on GitHub →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "giteamcpserver": {
      "command": "npx",
      "args": [
        "-y",
        "Saravanan-Madhesh/GiteaMCPServer"
      ]
    }
  }
}