Skip to main content
Glama
iljasorokin

jira-dc-advops-mcp

by iljasorokin

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=182structureId = 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 service atlassian-dc-mcp / account jira-token

Related MCP server: MCP Atlassian Node Server

Tools (read)

Tool

When

structure_list

List structures visible to the user (name filter optional)

structure_get

Structure metadata by id (name, owner, permissions flags)

structure_getForest

Raw forest (formula + parsed flat rows) for a structure

structure_getValues

Attribute matrix for given rows (key/summary/status/…)

structure_getBoard

Fast path: forest + values as nested tree (default attrs)

structure_getBoardToFile

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, issuetype

Returns 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_getBoardToFile over stuffing the full tree into chat.

F
license - not found
-
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

View all related MCP servers

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)

View all MCP Connectors

Latest Blog Posts

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