ClaudeChatGPTPerplexityGeminiMicrosoft CopilotRaycastMeta AIGrokZ.aiQwenKimi
DeepSeekMistralCursorVS CodeWindsurfJetBrainsClineLovableVercel AI SDKLangChain

Use Gitee with your AI.

Connect your account once and let the AI you already use work with it, without building another integration. Collaborative code hosting and development platform. manage repositories, issues, and pull requests via AI.

Included with plan

Ask AI about this Connector

Developed, maintained, and hosted by Vinkius.

MCP VERIFIED · PRODUCTION READY · VINKIUS GUARANTEED

Waiting for input…

Works with modern AI clients that support MCP, including ChatGPT, Claude, Cursor, and more.

ChatGPTClaudeCursorPerplexityGeminiMicrosoft CopilotRaycastMeta AI

Complete set · 10 capabilities

The complete Gitee capability set.

These are the exact actions your AI can choose when you ask it to work with Gitee.

Capability set01 / 03

01-04

4 capabilities in this set.

Part of 10 available through Gitee.

  1. 01

    Create pull request

    Create a pull request

  2. 02

    Create repo

    Create a new repository

  3. 03

    Get user

    Get authenticated user profile

  4. 04

    List repo commits

    List repository commits

Capability set02 / 03

05-07

3 capabilities in this set.

Part of 10 available through Gitee.

  1. 05

    Create issue

    Create an issue

  2. 06

    Get file content

    Get file content

  3. 07

    Get repo

    Get repository details

Capability set03 / 03

08-10

3 capabilities in this set.

Part of 10 available through Gitee.

  1. 08

    List pull requests

    List pull requests

  2. 09

    List repo issues

    List repository issues

  3. 10

    List user repos

    List authenticated user repositories

Observed, not estimated

942ms average. Fast in production.

Gitee is checked daily against the live service.

Daily averagePeak 1205ms
Aug 20Today
Fastest day
775ms
Slowest day
1205ms
14-day trend
Slowing+5%

Connect your client

One URL. Every client.

Activate the Connector, copy your link, and paste it into the client you already use. 10 capabilities arrive ready to run.

Preview access · not provider authentication

The vk_preview_* token belongs to Vinkius preview infrastructure. It lets Claude discover and display the capabilities of Gitee, so you can see the experience inside your AI.

It does not authenticate your account with Gitee. Actions requiring credentials or live account data may not run until you activate the Connector and authorize the service.

Gitee Connector

You're all set. Choose your MCP client and follow the setup instructions.

Connector linkhttps://edge.vinkius.com/vk_preview_8m9nw1WZQ5BV5pR56rKb4GBM6fVy4XDmkY9qdu9T/mcp

Claude Desktop

Follow the steps below to connect in seconds.

  1. 1In Claude Desktop, open Settings → Connectors.
  2. 2Click “Add custom connector” and paste the connector link above as the remote MCP server URL.
  3. 3Click Add and start a new chat — Gitee capabilities are ready to use.
Configuration · claude_desktop_config.jsonCopy
{
  "mcpServers": {
    "gitee-mcp": {
      "url": "https://edge.vinkius.com/vk_preview_8m9nw1WZQ5BV5pR56rKb4GBM6fVy4XDmkY9qdu9T/mcp"
    }
  }
}
  • Claude
  • ChatGPT
  • Cursor
  • VS Code
  • Windsurf
  • Claude Code
  • JetBrains
  • Cline

Step-by-step instructions for each client are in the guide. How to connect

FAQ

Questions Gitee owners ask.

  • 01

    How do I find my Gitee Personal Access Token?

    Log in to Gitee, go to Settings -> Personal Access Tokens, and click 'Generate new token'. Make sure to copy it immediately as it won't be shown again.

  • 02

    Can I read the content of a file in a private repository?

    Yes, as long as your Personal Access Token has the necessary permissions (scopes) to access your private repositories, the get_file_content capability will work perfectly.

  • 03

    Is it possible to filter issues by their state?

    Yes. When using list_repo_issues, you can provide an optional state parameter (e.g., 'open', 'closed', or 'all') to filter the results according to your needs.