2
0

Initial commit: Gitea MCP Server
Some checks failed
Release / build (amd64, linux) (push) Successful in 5s
Release / build (arm64, darwin) (push) Successful in 7s
Release / build (amd64, windows) (push) Failing after 12s
Release / build (amd64, darwin) (push) Failing after 13s
Release / build (arm64, linux) (push) Successful in 18s
Release / release (push) Has been skipped

MCP (Model Context Protocol) server that enables AI assistants like
Claude to interact with Gitea Actions.

Features:
- Query runners with status and capabilities
- List and inspect workflow runs
- Get job logs
- List releases and assets

Copyright 2026 MarketAlly

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2026-01-11 21:03:33 +00:00
commit f0f724ec82
5 changed files with 382 additions and 0 deletions

3
go.mod Normal file
View File

@@ -0,0 +1,3 @@
module git.marketally.com/gitcaddy/mcp-server
go 1.21