Back to Home
liliangshan icon

mcp-server-gitee-pull-request

Verified Safe

by liliangshan

Overview

Automates Gitee Pull Request creation, review, testing, and merging for development workflows.

Installation

Run Command
npx @liangshanli/mcp-server-gitee-pull-request

Environment Variables

  • scope_username
  • scope_password
  • scope_client_id
  • scope_client_secret
  • owner
  • repo
  • head
  • base

Security Notes

The server uses environment variables for sensitive credentials (username, password, OAuth client ID/secret), which is good practice. Access tokens are cached and sensitive parts are redacted in logs. Input validation is present for PR fields like title and label format (length and allowed characters). All external communications with Gitee use HTTPS. The server communicates via standard I/O (stdin/stdout), reducing direct external network attack surface compared to a typical web server. The multi-instance configuration relies on user-provided environment variables for isolation, which requires careful management by the user to prevent cross-instance credential leakage if not configured properly. No 'eval' or obvious malicious patterns were found in the provided source code.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassLow
Avg Tokens2
Stars0
Forks0
Last Update2026-01-16

Tags

GiteePull RequestAutomationCI/CDDevelopment