2026-07-07 15:11:15 +00:00
2026-07-07 15:11:15 +00:00

Goose + Gitea Integration Guide

Complete guide for integrating the Goose AI agent with a self-hosted Gitea instance using the official Gitea MCP Server.

📚 Wiki

The full guide is in the wiki:

🔜 Quick Start

curl -sL "https://gitea.com/gitea/gitea-mcp/releases/download/v1.3.0/gitea-mcp_Darwin_arm64.tar.gz" -O gitea-mcp.tar.gz
tar xzf gitea-mcp.tar.gz
cp gitea-mcp /opt/homebrew/bin/gitea-mcp
chmod +x /opt/homebrew/bin/gitea-mcp
gitea-mcp -v  # should output: 1.3.0
S
Description
Complete guide to integrating Goose AI agent with Gitea via MCP
Readme 28 KiB
Languages
Shell 100%