forked from gitea/gitea-mcp
82b02fa9f1f2ca0c64047347f25cca9878a86e8b
Gitea MCP Server
Usage
MCP Server Config
{ "mcpServers": { "gitea": { "command": "gitea-mcp", "args": { "-t": "stdio", "--host": "https://gitea.com", "--token": "<your personal access token>" }, "env": { "GITEA_HOST": "https://gitea.com", "GITEA_ACCESS_TOKEN": "<your personal access token>" } } } } Languages
Go 96.9%
Makefile 2.1%
Dockerfile 1%