mcpo_mcp_servers/mcpo_config.json
2025-07-23 12:52:19 +10:00

17 lines
292 B
JSON

{
"mcpServers": {
"gitea_stdio": {
"command": "./gitea-mcp",
"args": [
"-t",
"stdio",
"--host",
"https://git.aridgwayweb.com"
],
"env": {
"GITEA_ACCESS_TOKEN": "bac6a1e753d6f2c0b848bd1cbad82965b43ea480"
}
}
}
}