Coding.net Connector for AI agents.
10 live capabilities
Manage your DevOps projects and repository audits through a conversational interface.
Waiting for input…
Why people use Coding.net
Coding.net DevOps Management for Faster Project Audits
This Connector changes that by bringing the data to you. You just ask your agent for the status of a merge request or a list of open issues, and it pulls that info instantly. You get to stay in your flow while the agent handles the navigation.
What Vinkius changes
You get a conversational interface for your entire Coding.net DevOps workflow.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Audit a repository
A lead needs to know every branch in a repo.
- Real-world use case 02
Status check
A PM wants to know why a project is late.
- Real-world use case 03
Onboarding
A new dev needs to see the project structure.
Complete set · 10capabilities
The complete Coding.net capability set.
These are the exact actions your AI can choose when you ask it to work with Coding.net.
01—04
4 capabilities in this set.
Part of 10 available through Coding.net.
- 01 Capability
Get issue
Retrieve the full text and status of a specific bug or task to understand a blocker. It's great for quickly checking the priority of a ticket.
- 02 Capability
Get user
Fetch the profile information for a team member to see their role and permissions. It's useful for checking who owns which part of the project.
- 03 Capability
Get commit
Pull specific details for a single commit to see exactly what changed in a push. This helps you understand the history of a specific change.
- 04 Capability
Get project
Get the core metadata for a project to see its current status and organizational unit. Use this to see how a project is structured.
05—07
3 capabilities in this set.
Part of 10 available through Coding.net.
- 05 Capability
Get repo
Pull specific details about a repository to check its configuration or size. This gives you a quick snapshot of your codebase.
- 06 Capability
List branches
See all active branches in a repository to identify where development is happening. This helps you spot where the latest work is being pushed.
- 07 Capability
List issues
Get a full list of project tasks and bugs to monitor team velocity. You can use this to see what's left on the sprint board.
08—10
3 capabilities in this set.
Part of 10 available through Coding.net.
- 08 Capability
List mrs
Identify all active merge requests to see what's waiting for a code review. This is a fast way to see where the pipeline is stuck.
- 09 Capability
List projects
See every DevOps project in your organization at a glance. It's the easiest way to get an overview of your entire portfolio.
- 10 Capability
List repos
List all repositories within a project to audit the codebase structure. Use this to see every repo you have in a specific project.
Set up in minutes
One URL. Then ask Coding.net to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Coding.net 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_AJ7odH2bw0ys8H25LcdxuA37au5IdXHcCtzcXMQP/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 Coding.net, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Coding.net for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_AJ7odH2bw0ys8H25LcdxuA37au5IdXHcCtzcXMQP/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 Coding.net URL.
- Step 03
Save and start
Save the connection and enable Coding.net in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"codingnet": {
"url": "https://edge.vinkius.com/vk_preview_AJ7odH2bw0ys8H25LcdxuA37au5IdXHcCtzcXMQP/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 Coding.net
Open Agent mode in chat and ask: "Using Coding.net, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"codingnet": {
"url": "https://edge.vinkius.com/vk_preview_AJ7odH2bw0ys8H25LcdxuA37au5IdXHcCtzcXMQP/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 Coding.net
Ask Copilot: "Using Coding.net, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"codingnet": {
"url": "https://edge.vinkius.com/vk_preview_AJ7odH2bw0ys8H25LcdxuA37au5IdXHcCtzcXMQP/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 Coding.net
Open Cascade and ask: "Using Coding.net, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"codingnet": {
"url": "https://edge.vinkius.com/vk_preview_AJ7odH2bw0ys8H25LcdxuA37au5IdXHcCtzcXMQP/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 Coding.net
Ask Cline: "Using Coding.net, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add codingnet --transport http "https://edge.vinkius.com/vk_preview_AJ7odH2bw0ys8H25LcdxuA37au5IdXHcCtzcXMQP/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 Coding.net
Ask Claude: "Using Coding.net, show me...". 10 tools are ready
Where the request belongs
Work Coding.net can move forward.
This is for the DevOps engineer who's tired of jumping between browser tabs to check CI/CD status or the project manager who needs to know the state of a release without asking for a status report every hour.
DevOps Engineer
Audits repositories and checks branch statuses on a Tuesday afternoon to ensure the main branch is clean.
Project Manager
Tracks issue velocity and identifies blockers across multiple projects during sprint planning.
Engineering Lead
Reviews merge requests and coordinates cross-functional releases via a unified AI interface.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsGitee
Collaborative code hosting and development platform. manage repositories, issues, and pull requests via AI.
GitHub
Manage repositories, pull requests, issues, and CI/CD workflows on the world largest developer collaboration platform.
GitLab
Manage projects, track issues, and oversee CI/CD pipelines via AI agents with GitLab.
Bitbucket
Manage your Git repositories via Bitbucket. list pull requests, commits, and pipelines directly from any AI agent.
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.
Forgejo (Gitea Fork)
Manage Forgejo and Gitea instances. check version compatibility, generate API tokens, and trigger CI/CD workflows directly from your AI agent.
Bring your own AI
Change the model, client or framework. Keep Coding.net 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 Coding.net.
The practical details behind the request, access and result.
Does Coding.net MCP work with Cursor?
Yes, it works with Cursor and any other AI client that supports the Model Context Protocol.
Can I use it to see my team's issues?
Yes, you can use it to list and retrieve detailed information about all project tasks and bugs to monitor your team's velocity.
Is this for the Coding.net DevOps platform?
Yes, this Connector is specifically designed to connect your AI agent to the Coding.net DevOps ecosystem.
How do I connect my account to this Connector?
You'll need to provide your Coding.net Team Domain and a Personal Access Token in your client's configuration.
Can it show me specific commits?
Yes, your agent can pull specific details for any commit to help you understand exactly what changed in a push.
Can I use it to audit my repositories?
Yes, you can use it to list all repositories within a project and browse branch information to audit your codebase.
How do I find my CODING Team Domain?
Your team domain is the unique URL you use to access CODING, typically in the format your-team.coding.net. You can find it in your browser's address bar when logged in.
How do I generate a Personal Access Token (PAT)?
Log in to CODING, go to [Personal Settings] → [Access Tokens], and click on [New Token]. Ensure you grant the necessary permissions for the resources you want to manage.
Can I access multiple repositories in a project?
Yes. Use the list_repos capability with your project name to see all available Git depots. You can then use get_repo or list_branches with specific repository names.
One connection away
Give your agent a direct line to Coding.net.
Connect Coding.net once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available