confluence-dc-advops-mcp

confluence-dc-advops-mcp

MCP server providing advanced operations for Confluence Data Center, including page moving, storage file management, and space template syncing.

Category
Visit Server

README

confluence-dc-advops-mcp

Local MCP helpers for Confluence Data Center used from Cursor.

Talks to the same proxy/auth as @atlassian-dc-mcp/confluence (CONFLUENCE_HOST=https://localhost:8443 + token from keychain). Prefer these tools over inventing raw curl to cnfl.upzero.net.

Auth

Same sources as @atlassian-dc-mcp/confluence:

  • CONFLUENCE_HOST (env or ~/.atlassian-dc-mcp/confluence.env)
  • CONFLUENCE_API_TOKEN (env), or macOS Keychain service atlassian-dc-mcp / account confluence-token

Tools

Tool When
confluence_movePage / confluence_movePages Reparent only (until upstream parentId on update)
confluence_getStorageToFile Dump page body.storage to a local XML file (+ current version)
confluence_updateStorageFromFile Publish page storage XML from file (auto version bump)
confluence_listSpaceTemplates List space page templates (spaceKey required)
confluence_getSpaceTemplateToFile Dump space template body to a local XML file
confluence_createSpaceTemplateFromFile Create new space template from file (POST)
confluence_updateSpaceTemplateFromFile Publish space template body from file
confluence_syncPageToSpaceTemplate Fast path: copy BSA page body → TempStream space template
confluence_deleteSpaceTemplate / …Templates Destructive. Delete Create template(s). Requires human chat OK + confirm: "DELETE" + exact name(s). Annotated destructiveHint.

Fast path for large BSA pages (BRD/SRS/…)

  1. confluence_getStorageToFile_tmp_….xml
  2. Surgical edit with Python/StrReplace on the file (preserve entities; do not re-escape)
  3. confluence_updateStorageFromFile (omit version to auto-bump, or pass current+1)
  4. Verify with user-confluence-dc / confluence_getContent bodyMode: text
  5. If the page is also a Create-from-template snapshot → sync space template (below)
  6. Delete the temp file

For small pages, keep using user-confluence-dc confluence_updateContent directly.

Fast path: BSA заготовка → space template (Create from template)

BSA page = source of truth. Space template in TempStream = snapshot for «Создать из шаблона».

confluence_syncPageToSpaceTemplate
  contentId: "259706536"          # Заготовка CR-XXX-BRD
  spaceKey: "TempStream"
  templateId: "227016711"         # CR-XXX-BRD
  descriptionSuffix: "(синхрон с BSA 2.25: …)"   # optional

DC notes:

  • List: /rest/experimental/template/page?spaceKey=…
  • GET by template id alone often 404 — always pass spaceKey
  • Update: PUT /rest/experimental/template with templateType: "page" and body.storage
  • Delete: DELETE /rest/experimental/template/{id} — only via MCP delete tools after human confirmation (confirm: "DELETE" + exact confirmName / confirmNames). No trash restore.

Cursor config

"confluence-dc-advops": {
  "command": "node",
  "args": ["/Users/iljasorokin/confluence-dc-advops-mcp/index.js"],
  "env": {
    "CONFLUENCE_HOST": "https://localhost:8443",
    "NODE_TLS_REJECT_UNAUTHORIZED": "0"
  }
}

After changing index.js, reload MCP servers in Cursor so new tools appear.

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured