06480d5503
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>
13 lines
233 B
JSON
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"
|
|
}
|
|
}
|
|
}
|
|
}
|