docs: initial integration guide
This commit is contained in:
@@ -0,0 +1,30 @@
|
||||
# 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](https://gt.covalente.dk/oval/goose-gitea-guide/wiki):
|
||||
|
||||
- [Home](https://gt.covalente.dk/oval/goose-gitea-guide/wiki/Home)
|
||||
- [Installation](https://gt.covalente.dk/oval/goose-gitea-guide/wiki/Installation)
|
||||
- [Configuration](https://gt.covalente.dk/oval/goose-gitea-guide/wiki/Configuration)
|
||||
- [SSH Setup](https://gt.covalente.dk/oval/goose-gitea-guide/wiki/SSH-Setup)
|
||||
- [Usage](https://gt.covalente.dk/oval/goose-gitea-guide/wiki/Usage)
|
||||
- [Troubleshooting](https://gt.covalente.dk/oval/goose-gitea-guide/wiki/Troubleshooting)
|
||||
|
||||
## 🔜 Quick Start
|
||||
|
||||
```bash
|
||||
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
|
||||
```
|
||||
|
||||
## 🩇 Links
|
||||
|
||||
- Goose: https://github.com/AAIF/goose
|
||||
- Gitea MCP Server: https://gitea.com/gitea/gitea-mcp
|
||||
- This Gitea instance: https://gt.covalente.dk
|
||||
Reference in New Issue
Block a user