mirror of
https://gitea.com/gitea/gitea-mcp.git
synced 2026-02-27 17:15:13 +00:00
a5504ca7e07785f8bb859041875f8289dc430581
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.2%
PowerShell
2.5%
Makefile
1%
Dockerfile
0.3%