Loading subscription status...
{ "mcpServers": [ { "Gitee": { "env": { "GITEE_PERSONAL_ACCESS_TOKEN": "<YOUR_TOKEN>" }, "args": [ "-y", "gitee-mcp-server" ], "command": "npx" } }, { "Gitee": { "env": { "GITEE_PERSONAL_ACCESS_TOKEN": "<YOUR_TOKEN>" }, "args": [ "run", "-i", "--rm", "-e", "GITEE_PERSONAL_ACCESS_TOKEN", "normalcoder/gitee-mcp-server" ], "command": "docker" } } ] }