Gitee Connector for AI agents.
10 live capabilities
Manage your Gitee repositories, issues, and pull requests through natural conversation.
Waiting for input…
Why people use Gitee
Gitee : Simplify Gitee Repository Management for Developers
With this Connector, you stay in your workspace. You just tell your agent to log the bug, and it handles the navigation and data entry for you. You get to keep your focus on the actual code while the agent handles the administrative overhead of the Gitee platform.
What Vinkius changes
You get a conversational interface for your Gitee development workflow.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Instant Bug Reporting
A developer finds a login bug and asks the agent to use `create_issue` to log it in the main repository immediately.
- Real-world use case 02
Rapid Code Review
A maintainer asks the agent to use `list_pull_requests` to see what needs attention today to keep the project moving.
- Real-world use case 03
Seamless Onboarding
A new developer asks the agent to use `get_file_content` to read the README and setup instructions without searching the web.
Complete set · 10capabilities
The complete Gitee capability set.
These are the exact actions your AI can choose when you ask it to work with Gitee.
01—04
4 capabilities in this set.
Part of 10 available through Gitee.
- 01 Capability
Create issue
Create a new issue to track a bug or task. This lets you log problems as soon as they happen.
- 02 Capability
Create pull request
Create a new pull request to merge your changes. This makes it easy to submit code for review without manual entry.
- 03 Capability
Create repo
Create a fresh repository for a new project. Use this to spin up new work instantly.
- 04 Capability
Get file content
Read the text inside any specific file in a repository. This helps your agent understand your code's current state.
05—07
3 capabilities in this set.
Part of 10 available through Gitee.
- 05 Capability
Get repo
Get the specific details and metadata for a repository. Use this to verify project settings and info.
- 06 Capability
Get user
Fetch the profile information for the authenticated user. This helps the agent identify who is making the requests.
- 07 Capability
List pull requests
See all open and closed pull requests for a project. Use this to stay on top of your team's merged code.
08—10
3 capabilities in this set.
Part of 10 available through Gitee.
- 08 Capability
List repo commits
See a full list of commits for a specific repository. This is great for auditing the project's history.
- 09 Capability
List repo issues
See all issues currently tracked in a repository. This helps you keep your bug tracker organized.
- 10 Capability
List user repos
See every repository associated with your user account. Use this to get a high-level view of your work.
Set up in minutes
One URL. Then ask Gitee to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Gitee from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_8m9nw1WZQ5BV5pR56rKb4GBM6fVy4XDmkY9qdu9T/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it Gitee, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Gitee for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_8m9nw1WZQ5BV5pR56rKb4GBM6fVy4XDmkY9qdu9T/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the Gitee URL.
- Step 03
Save and start
Save the connection and enable Gitee in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"gitee": {
"url": "https://edge.vinkius.com/vk_preview_8m9nw1WZQ5BV5pR56rKb4GBM6fVy4XDmkY9qdu9T/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using Gitee
Open Agent mode in chat and ask: "Using Gitee, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"gitee": {
"url": "https://edge.vinkius.com/vk_preview_8m9nw1WZQ5BV5pR56rKb4GBM6fVy4XDmkY9qdu9T/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using Gitee
Ask Copilot: "Using Gitee, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"gitee": {
"url": "https://edge.vinkius.com/vk_preview_8m9nw1WZQ5BV5pR56rKb4GBM6fVy4XDmkY9qdu9T/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using Gitee
Open Cascade and ask: "Using Gitee, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"gitee": {
"url": "https://edge.vinkius.com/vk_preview_8m9nw1WZQ5BV5pR56rKb4GBM6fVy4XDmkY9qdu9T/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using Gitee
Ask Cline: "Using Gitee, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add gitee --transport http "https://edge.vinkius.com/vk_preview_8m9nw1WZQ5BV5pR56rKb4GBM6fVy4XDmkY9qdu9T/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using Gitee
Ask Claude: "Using Gitee, show me...". 10 tools are ready
Where the request belongs
Work Gitee can move forward.
This is for the developer who hates context switching between their IDE and a browser to check PR status, or the project manager who needs to audit issues without hunting through nested menus.
Software Developer
Uses the Connector on a Tuesday afternoon to quickly check pull request statuses and read file contents to debug a specific issue.
Project Manager
Audits repository issues and summarizes the latest commit history to update the team on project progress.
Open Source Maintainer
Manages multiple repositories at once by asking their agent to list all user repos and filter for high-priority issues.
DevOps Engineer
Retrieves repository metadata and commit logs to integrate project data into automated reporting workflows.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsCoding.net
All-in-one DevOps platform. manage projects, repositories, and issues via AI.
GitHub
Manage repositories, pull requests, issues, and CI/CD workflows on the world largest developer collaboration platform.
Gitea
Manage self-hosted Git via Gitea. list and manage repositories, track issues and pull requests, handle organizations, and audit branches directly from any AI agent.
Bitbucket
Manage your Git repositories via Bitbucket. list pull requests, commits, and pipelines directly from any AI agent.
Forgejo (Gitea Fork)
Manage Forgejo and Gitea instances. check version compatibility, generate API tokens, and trigger CI/CD workflows directly from your AI agent.
GitLab
Manage projects, track issues, and oversee CI/CD pipelines via AI agents with GitLab.
Bring your own AI
Change the model, client or framework. Keep Gitee connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about Gitee.
The practical details behind the request, access and result.
Can the Gitee MCP help me manage my project issues?
Yes, it lets your agent create and list issues directly in your repositories. You can log bugs or track tasks using natural language without leaving your AI client.
How do I use Gitee MCP to see my repositories?
You can ask your agent to list all the repositories associated with your user account. It will pull the list directly from Gitee for you.
Can my AI agent read files on Gitee?
Yes, the Connector allows your agent to retrieve the contents of specific files. This is great for having the agent analyze code or documentation on the fly.
Does Gitee MCP work with Cursor?
Yes, it works with any MCP-compatible client, including Cursor, Claude, and Windsurf, giving you a unified way to manage your Gitee projects.
How do I set up Gitee MCP for my team?
Just subscribe to the Connector on Vinkius and provide your Gitee Personal Access Token. From there, your agent can start managing the team's projects.
Can I use Gitee MCP to create new projects?
Yes, you can ask your agent to create a new repository on Gitee. It handles the creation process so you don't have to navigate the web interface.
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.
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.
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.
One connection away
Give your agent a direct line to Gitee.
Connect Gitee once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available