# Gitea MCP Extension Configuration # Copy this entry into the `extensions:` section of ~/.config/goose/config.yaml # # 🔴 REPLACE: # - https://YOUR_GITEA_INSTANCE → your Gitea server URL # - YOUR_ACCESS_TOKEN → your Gitea personal access token gitea: enabled: true type: stdio name: Gitea description: Manage Gitea repositories, issues, PRs, branches, releases, actions and more cmd: /usr/local/bin/gitea-mcp args: - -t - stdio - -H - https://YOUR_GITEA_INSTANCE - -T - YOUR_ACCESS_TOKEN envs: {} env_keys: [] timeout: 300 bundled: null available_tools: []