Documentation
¶
Overview ¶
Gitea MCP Server - Model Context Protocol server for Gitea Actions
This standalone server implements the MCP protocol over stdio, proxying requests to a Gitea instance's /api/v2/mcp endpoint.
Usage:
gitea-mcp-server --url https://git.example.com --token YOUR_API_TOKEN
Configure in Claude Code's settings.json:
{
"mcpServers": {
"gitea": {
"command": "gitea-mcp-server",
"args": ["--url", "https://git.example.com", "--token", "YOUR_TOKEN"]
}
}
}
Source Files
¶
- main.go
Click to show internal directories.
Click to hide internal directories.