Add MCP config for Gitea integration

This commit is contained in:
2026-01-12 10:37:52 +00:00
parent 3d15956b85
commit d064f5bc8b

View File

@@ -0,0 +1,12 @@
{
"mcpServers": {
"gitea-chirho": {
"command": "npx",
"args": ["-y", "@anthropic/mcp-gitea-chirho"],
"env": {
"GITEA_URL": "https://gitea-genesis-chirho.perffection.com",
"GITEA_TOKEN": "${GITEA_TOKEN}"
}
}
}
}