Coding.net MCP. Ask about project status, commits, and issues directly.
Works with every AI agent you already use
…and any MCP-compatible client
Just plug in your AI agents and start using Vinkius.
Coding.net MCP Server gives your agent instant access to your entire DevOps pipeline. List projects, audit Git repos, track issues, and monitor merge requests—all from a single conversation.
Stop clicking through dashboards; get the data you need, exactly when you need it.
What your AI agents can do
Get commit
Retrieves the full details of a specific code commit.
Get issue
Retrieves detailed information about a single project issue or task.
Get project
Retrieves comprehensive metadata for a specific DevOps project.
The agent can list all DevOps projects and fetch detailed data for any specific organizational unit.
The agent browses Git depots, lists all available branches, and pulls detailed commit history for any repository.
The agent lists project issues and retrieves full details on specific tasks or reported bugs.
The agent lists active merge requests to quickly identify pending reviews or potential development blockers.
The agent pulls profile information for organization members and the current authenticated user.
Ask AI about this MCP
Supported MCP Clients
Waiting for input…
Coding.net MCP Server: 10 Tools for DevOps Management
These tools let your AI agent interact with CODING.net to retrieve everything from project metadata and user profiles to live commit history and issue tickets.
019d8427get commit
Retrieves the full details of a specific code commit.
019d8427get issue
Retrieves detailed information about a single project issue or task.
019d8427get project
Retrieves comprehensive metadata for a specific DevOps project.
019d8427get repo
Retrieves detailed information about a project's code repository.
019d8427get user
Retrieves the profile data for the currently logged-in user.
019d8427list branches
Lists all available branches within a specific repository.
019d8427list issues
Lists all active issues associated with a project.
019d8427list mrs
Lists all active merge requests to check for pending code reviews.
019d8427list projects
Lists all available DevOps projects under your organization.
019d8427list repos
Lists all code repositories belonging to a specific project.
Choose How to Get Started
Build a custom MCP for your own tools, or connect a ready-made integration from our catalog.
Build Your Own
Turn any API into an MCP. Import a spec, define Agent Skills, or deploy with MCPFusion.
- Import from OpenAPI, Swagger, or YAML specs
- Create Agent Skills with progressive disclosure
- Deploy to edge with MCPFusion framework
- Built in DLP, auth, and compliance on every call
- Real time usage dashboard and cost metering
- Publish to catalog or keep private
Make Your AI Do More
Start with Coding.net, then connect any of our 4,700+ other servers whenever your AI needs more. One click, no limits.
- Use this MCP plus 4,700+ others, all in one place
- Add new capabilities to your AI anytime you want
- Every connection is secured and compliant automatically
- Track usage and costs across all your servers
- Works with Claude, ChatGPT, Cursor, and more
- New servers added to the catalog every week
What you can do with this MCP connector
Your AI client gets instant access to your whole DevOps pipeline when you connect it to Coding.net. You'll stop clicking through dashboards and start getting the data you need, right in a conversation. It handles everything from listing projects and auditing Git repos to tracking issues and monitoring merge requests.
Your agent uses these tools: list_projects lists every DevOps project under your organization; get_project pulls full metadata for any specific project; list_repos shows all code repositories for a project; get_repo fetches detailed info on a specific repo; list_branches lists all available branches in a repo; get_commit retrieves the full details of a specific code commit; get_user pulls profile data for the logged-in user; list_issues lists all active issues for a project; get_issue pulls detailed info on a single task or bug; list_mrs lists all active merge requests to check for pending code reviews; and list_reps lists all available DevOps projects under your organization.
How Coding.net MCP Works
- 1 Subscribe to the server and provide your CODING Team Domain and Personal Access Token.
- 2 Ask your AI client to perform a task, like 'List all projects and the latest commits for the Mobile App.'
- 3 The agent calls
list_projects, thenget_repofor the specific project, and finallyget_committo deliver the full, synthesized answer.
The bottom line is, your AI client talks to the MCP server, which translates that conversation into multiple, structured API calls across the DevOps platform.
Who Is Coding.net MCP For?
The DevOps engineer who gets tired of switching between Git GUI, Jira, and project boards. The project manager who needs to know if a feature is blocked without logging into three different dashboards. Any technical lead who needs to coordinate a cross-functional release and keep track of code status and ticket progress simultaneously.
Automates repository audits and monitors CI/CD pipelines by asking the agent to check commit history and list branches.
Tracks issue progress and monitors team velocity by asking the agent to list issues and retrieve project metadata.
Coordinates code reviews and tracks merge requests by asking the agent to list active merge requests and project details.
What Changes When You Connect
- See the full project map instantly. Instead of manually navigating the web UI to list projects, ask the agent to run
list_projectsand get all organizational units in one prompt. - Audit code history without opening Git. The agent uses
list_reposandlist_branchesto map out every code repository and every active branch within a project. - Track blockers in real-time. Use
list_mrsto see all active merge requests and immediately identify which PRs are stalled waiting for a review. - Know the status of every ticket. Instead of clicking into issue boards, run
list_issuesandget_issueto get a summary of all open tasks and bugs across a project. - Get user context instantly. The
get_usertool pulls your profile data, which is useful for confirming permissions or fetching organization details. - Correlate data points. You can chain calls—for example, listing projects (
list_projects) and then getting the repo details (get_repo) to build a complete picture of a development area.
Real-World Use Cases
The Feature Blocked by a Bug
A PM needs to know why the 'Mobile App' feature is stalled. They ask their agent: 'What's blocking the mobile app feature?' The agent runs list_projects to find the project, then list_issues to find open bugs, and finally get_issue to confirm the high-priority bug ticket. They get the blocker status instantly, without logging into the issue tracker.
Code Review Coordination
An Engineering Lead is coordinating a cross-functional release. They ask: 'What PRs need review for the E-commerce backend?' The agent runs list_mrs to list all active merge requests. The lead then uses get_repo and list_branches to check the latest commit status on the required branches, ensuring the code is ready for merge.
DevOps Audit Prep
A DevOps Engineer needs to audit the entire infrastructure. They run: 'List all projects and their associated repositories.' The agent uses list_projects then list_repos to build a full inventory of all code sources, which they can then use to run targeted get_commit checks.
User Onboarding Verification
A new team member needs access to the core APIs. They ask: 'What is my current user status and what projects do I belong to?' The agent calls get_user and list_projects to verify their profile and see the scope of their access rights immediately.
The Tradeoffs
Tool name overload
A developer trying to remember which tool to use: 'Should I use get_repo or list_repos? Is get_issue different from list_issues?' This forces manual documentation checking and slows down the process.
→
Don't think about the tool names. Just tell your agent the goal: 'Show me the history of the User Authentication feature.' The agent handles the sequence (e.g., get_project -> list_repos -> get_commit) automatically.
Context switching
Leaving the AI client to jump between the CODING web interface, the local Git CLI, and the issue tracker dashboard. This wastes time and requires copy-pasting IDs.
→
Keep everything in the chat. Tell the agent to 'List the latest commits for the main API repo.' The agent runs list_repos and get_commit internally and gives you the result right there.
Assuming single-step data
Asking for 'the project status' and getting a single, generic answer. This answer lacks detail, forcing you to ask follow-up questions about branches or commits.
→
Be specific. Ask: 'What are the active branches and the latest commit for the API repository?' This forces the agent to call list_branches and get_commit to give a detailed, actionable answer.
When It Fits, When It Doesn't
Use this server if your workflow involves correlating data across multiple software development stages: tracking a bug (issue), finding the code that fixes it (repo/branch), and confirming the fix was committed (commit). You need a single source of truth for the entire SDLC.
Don't use this if you just need to read a single, isolated piece of data (e.g., 'What is the name of Project X?'). For those simple lookups, a basic API client might suffice. This server is built for complex, multi-step data retrieval that requires combining list_projects, get_project, list_issues, and get_issue in one go.
Independent Platform Disclaimer: Vinkius is an independent platform and is not affiliated with, endorsed by, sponsored by, verified by, or otherwise authorized by Coding.net. All third-party trademarks, logos, and brand names are the property of their respective owners. Their use on this website is strictly for informational purposes to identify service compatibility and interoperability.
VINKIUS INFRASTRUCTURE
Cloud Hosted
Managed infra
V8 Isolated
Sandboxed per request
Zero-Trust Proxy
No stored credentials
DLP Enforced
Policy on every call
GDPR Compliant
EU data residency
Token Compression
~60% cost reduction
Works with Claude, ChatGPT, Cursor, and more
The Model Context Protocol standardizes how applications expose capabilities to LLMs. Instead of operating in isolation, your AI gains direct access to external platforms, live data, and real-world actions through secure, standardized connections.
This server provides 10 capabilities that interface natively with Claude, ChatGPT, Cursor, and any MCP client. No middleware. No custom integration required.
Available Capabilities
Tracking development status used to mean jumping between three different dashboards.
Today, checking a feature's status is a nightmare. You start by logging into the issue tracker to see if the ticket is 'In Review.' If it is, you then have to copy the associated repository ID and jump to the Git GUI to see what branch is currently active. Then, you check the project management board to see who is assigned to the merge request. This is three different logins, three different views, and zero continuity.
With the Coding.net MCP Server, your agent handles the handoff. You just tell it: 'Tell me the status of the payments feature.' The agent coordinates `list_issues`, `get_issue`, `list_mrs`, and `get_repo` calls to give you a single, unified status report.
Coding.net MCP Server: Get a full view of your code and issues.
You no longer need to manually list projects, then list repos, then list branches. The agent does this sequence automatically. You ask for the 'API repository status,' and it runs `list_repos` and `list_branches` to map out the entire structure.
The system now treats your entire DevOps platform as a single knowledge graph, not a collection of separate tabs. It's immediate. It's accurate. It's done in chat.
Common Questions About Coding.net MCP
How do I use the get_commit tool with the Coding.net MCP Server? +
You ask your agent for the commit details. You don't call get_commit directly. You simply ask: 'Show me the latest commits for the user auth project.' The agent handles fetching the required commit ID and calling get_commit for you.
Can I list all projects using the Coding.net MCP Server's list_projects tool? +
Yes. Just ask your agent: 'List all projects on CODING.' The agent runs list_projects and gives you the full list of organizational units available.
Does the Coding.net MCP Server help me track project issues? +
Yes, the agent uses list_issues and get_issue. You ask it to 'List all open bugs for the checkout project.' It runs the necessary calls and gives you the detailed issue data.
What is the difference between list_repos and list_projects on the Coding.net MCP Server? +
The agent uses list_projects to get the high-level organizational units. Then, if you need code sources, it uses list_repos to list the code repositories within a specific project.
How do I check for pending code reviews with the Coding.net MCP Server's list_mrs tool? +
Ask your agent: 'Show me all merge requests that are stuck.' The agent calls list_mrs and compiles the results, showing you who needs to review the code.
How do I get the details of a specific repository using the list_repos tool? +
The list_repos tool provides a list of repositories; you then need to use get_repo with the specific repository name to get detailed metadata. This separates listing from detailed retrieval, keeping the calls precise.
Can I see the current user's profile information using the get_user tool? +
Yes, the get_user tool retrieves the current profile details for the authenticated user. This is useful for confirming user identity or checking basic organizational membership data.
What kind of data can I get about project tasks using the list_issues tool? +
The list_issues tool lists project tasks and bugs. You get details like issue titles, associated projects, and current statuses, allowing you to monitor team velocity.
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 tool with your project name to see all available Git depots. You can then use get_repo or list_branches with specific repository names.
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
More in this category
Fastly
Manage edge computing and CDN via Fastly — monitor and activate service versions, manage domains and backends, and purge cache directly from any AI agent.
Apify
Command Apify scrapers from your AI agent — run actors, extract web data, poll datasets, and automate browser tasks seamlessly.
Argo Workflows
Automate Kubernetes orchestrations via Argo Workflows — monitor, list, and inspect active pods, crons, and workflow templates directly from any AI agent.
You might also like
Maranhão Open Data
Access public datasets from Maranhão, Brazil — search packages, inspect resources, and query the datastore via SQL.
Zippopotam.us
Global postal code intelligence — lookup city, state, and coordinates by zip code via AI.
Giftbit
Order, send, and track digital gift cards and rewards via AI agents with Giftbit.