51f2cf57d33cbb81b0548d340479c35cbd498bb6
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>" } } } }
- Cursor config
{ "mcpServers": { "gitea": { "command": "gitea-mcp", "args": [ "-t": "stdio", "--host": "https://gitea.com", "--token": "<your personal access token>" ] } } }
v0.4.0 Latest
Languages
Go 97.9%
Makefile 1.4%
Dockerfile 0.7%