jira-dc-advops-mcp
Provides tools for reading Jira Data Center Structure boards (hierarchy and column values) via the Structure REST API, enabling retrieval of structure metadata, forest data, attribute matrices, and nested board trees.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@jira-dc-advops-mcpshow structure board 182"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
jira-dc-advops-mcp
Local MCP helpers for Jira Data Center advanced ops used from Cursor.
First capability: read Tempo Structure boards (hierarchy + column values)
via Structure REST /rest/structure/2.0/*.
Talks to the same proxy/auth as @atlassian-dc-mcp/jira
(JIRA_HOST=https://localhost:8444 + token from keychain). Prefer these
tools over inventing raw curl to jr.upzero.net.
Example board URL: https://jr.upzero.net/secure/StructureBoard.jspa?s=182
→ structureId = 182.
Auth
Same sources as @atlassian-dc-mcp/jira:
JIRA_HOST(env or~/.atlassian-dc-mcp/jira.env)JIRA_API_TOKEN(env), or macOS Keychain serviceatlassian-dc-mcp/ accountjira-token
Related MCP server: MCP Atlassian Node Server
Tools (read)
Tool | When |
| List structures visible to the user ( |
| Structure metadata by id (name, owner, permissions flags) |
| Raw forest ( |
| Attribute matrix for given |
| Fast path: forest + values as nested tree (default attrs) |
| Same as getBoard, dump JSON to a local file (large boards) |
Fast path for a Structure Board
structure_getBoard
structureId: 182
# optional attributes override; default: key, summary, status, issuetypeReturns nested { rowId, depth, issueId?, itemType?, values, children[] }.
Generators / loop markers are included unless includeGenerators: false.
Forest formula
Structure returns a serialized formula. This MCP parses it into rows:
rowId:depth:itemIdentity where itemIdentity is either an issue id
(14707) or a typed id (5/240 → folder / generator / … via itemTypes).
Cursor config
"jira-dc-advops": {
"command": "node",
"args": ["/Users/iljasorokin/jira-dc-advops-mcp/index.js"],
"env": {
"JIRA_HOST": "https://localhost:8444",
"NODE_TLS_REJECT_UNAUTHORIZED": "0"
}
}After changing index.js, reload MCP servers in Cursor so new tools appear.
Notes
Write/update forest (
/forest/update) is not exposed yet — read-only v1.For issue details beyond Structure columns, use
user-jira-dc(jira_getIssue/ JQL).Large boards: prefer
structure_getBoardToFileover stuffing the full tree into chat.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-qualityDmaintenanceAtlassian Cloud admin MCP server for project/scheme management, custom field admin, Jira automation CRUD, Assets CMDB, JSM request type/SLA/queue config, Confluence space lifecycle, and org-admin APIs, designed to complement the official Atlassian Rovo MCP.Last updated
- Alicense-qualityDmaintenanceProduction-ready MCP server for Atlassian Jira and Confluence, providing tools for issue management, page retrieval, and content operations.Last updated501MIT
- Alicense-qualityAmaintenanceProvides MCP integration for Atlassian Data Center products including Jira, Confluence, and Bitbucket.Last updated84MIT
- Alicense-qualityBmaintenanceProvides JIRA issue search, retrieval, and update functionalities via MCP.Last updated59MIT
Related MCP Connectors
Confluence MCP — wraps the Confluence Cloud REST API v2 (OAuth)
Monday.com MCP — wraps the Monday.com GraphQL API (BYO API key)
ClickUp MCP — wraps the ClickUp REST API v2 (BYO API key)
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/iljasorokin/jira-dc-advops-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server