Files
MCP-Gitea/.mcp.json.example
fadhli 06480d5503 feat: initial Gitea MCP server with 30 tools
Covers repos, commits, branches, tags, releases, PRs, issues, comments,
labels, milestones, notifications, orgs, and CI status. Stdio transport,
token auth, same architecture as OpenProject MCP server.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-25 15:56:28 +08:00

13 lines
233 B
JSON

{
"mcpServers": {
"gitea": {
"command": "node",
"args": ["mcp/gitea/dist/index.js"],
"env": {
"GITEA_URL": "https://gitea.kollect.biz",
"GITEA_TOKEN": "your-api-token-here"
}
}
}
}