mirror of
https://gitea.com/gitea/gitea-mcp.git
synced 2026-08-03 07:39:22 +02:00
59693ffc5d996b69dd6c4097d593f3ec0ec0e42f
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
97.5%
PowerShell
1.6%
Makefile
0.7%
Dockerfile
0.2%