• v1.0.0 090767ad83

    oval released this 2026-06-12 22:51:59 +00:00 | 0 commits to main since this release

    Initial release of the Gitea MCP setup package. This package contains:

    • setup.sh - Automated setup script for installing Gitea MCP
    • README.md - Setup instructions and configuration guide
    • gitea-mcp-setup.zip - Complete setup package

    Installation

    Run the setup script:

    curl -L https://gt.covalente.dk/oval/gitea-mcp-setup/raw/main/setup.sh | bash
    

    Configuration

    Add to your Zed settings (~/.config/zed/settings.json):

    {
      "context_servers": {
        "gitea": {
          "command": "gitea-mcp",
          "args": ["-t", "stdio", "--host", "https://gt.covalente.dk"],
          "env": {
            "GITEA_ACCESS_TOKEN": "your-token-here"
          }
        }
      }
    }
    
    Downloads