Gitea for your agents.
Connect Gitea once and every agent you run inside Even (Claude Code, Codex, OpenCode, Even Agents) can use it: 11 curated tools, discovered on demand, with your key stored on your machine and every call going direct to Gitea.
What agents can do with Gitea
Curated for agents: the calls that matter, with schemas and descriptions written for tool use, not an endpoint dump.
gitea_get_current_userCheck the token: returns the authenticated user.
gitea_list_reposList repositories accessible by the authenticated user.
gitea_search_reposSearch repositories by keyword across Gitea.
gitea_get_repoFetch details of a specific repository by owner and name.
gitea_list_issuesList issues in a repository.
gitea_create_issueCreate an issue in a repository.
gitea_create_repoCreate a new repository for the authenticated user.
gitea_list_branchesList branches in a repository.
gitea_get_branchGet a single branch by name.
gitea_create_issue_commentAdd a comment to an issue.
gitea_list_pull_requestsList pull requests in a repository.
Connect it in a minute
The connect flow is agent-driven: Even opens the key page in its own browser and collects the key through a secure native field. It never passes through the chat.
- Paste the prompt below into any agent running inside Even, or click Connect in Even's catalog.
- Log into your Gitea instance and go to Settings > Applications.
- Under 'Manage Access Tokens', create a new token with the needed scopes (read:repository, write:repository, etc.).
- Copy the token and paste it. Also enter your instance URL (e.g. https://git.example.com).
- Paste the key into Even's secure field. Even verifies it and your agents are live.
Connect Gitea to Even: call connect_begin("gitea") on the even-connect MCP and walk me through it.
Search repositories in Gitea and create issues with assignees and descriptions.
More Even Connect services
One MCP server, a handful of meta-tools, every service below. Agents search for the right tool at run time, so context stays lean.