Initialize commit

This commit is contained in:
hiifong
2025-03-16 00:21:29 +08:00
commit 2dd4aa94ad
14 changed files with 472 additions and 0 deletions

23
README.md Normal file
View File

@@ -0,0 +1,23 @@
# Gitea MCP Server
## Usage
**MCP Server Config**
```json
{
"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>"
}
}
}
}
```