# Tendril: Gitea MCP for Zed ## Quick Start 1. **Get a Gitea Token** - Log in to your Gitea instance - Settings → Applications → Authorize New Application - Copy the token 2. **Add to Zed Settings** ```json { "context_servers": { "tendril-gitea-mcp": { "settings": { "gitea_access_token": "your_token_here" } } } } ``` 3. **Install gitea-mcp Binary** (choose one method) - Dowload binary - Build from source - Docker container **More help:** Check README.md or run `zed: open log` for Zed logs