mirror of
https://gitea.com/gitea/gitea-mcp.git
synced 2025-08-23 14:23:05 +00:00
051ce0bab471367428739b782f42a8ef3225e016
- Remove `testify` dependency - Remove `go-spew` indirect dependency - Remove `go-difflib` indirect dependency - Remove `yaml.v3` indirect dependency Signed-off-by: appleboy <appleboy.tw@gmail.com>
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%
Makefile
1.7%
Dockerfile
0.8%