Files
starter-site-chirho/.gitea/mcp-gitea-config-chirho.json

13 lines
263 B
JSON

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