{ "mcpServers": { "gitea": { "command": "gitea-mcp", "args": [ "-t", "stdio", "--host", "https://gitea.com", "--token", "" ], "env": { "GITEA_HOST": "https://gitea.com", "GITEA_ACCESS_TOKEN": "", "GITEA_SERVERS": "{\"dev\":{\"host\":\"https://gitea.dev.example.com\",\"token\":\"\"},\"prod\":{\"host\":\"https://gitea.prod.example.com\",\"token\":\"\"}}" } } } }