gitea/gitea-mcp
Interactive with Gitea instances with MCP.
Quick Start
Clone the repository:
git clone https://gitea.com/gitea/gitea-mcpClaude Desktop configuration example:
{
"mcpServers": {
"giteagitea-mcp": {
"command": "npx",
"args": [
"-y",
"gitea/gitea-mcp"
]
}
}
}Check the repository README for specific installation and configuration instructions.