confluence-dc-advops-mcp
This server provides MCP tools for managing Confluence Data Center pages and space templates, focusing on moving pages, editing body storage XML locally, and syncing page content to templates. Capabilities include: moving one or multiple pages under new parents; downloading page storage XML to a local file and publishing edits back (with auto version bump and optional reparenting); listing, downloading, and uploading attachments; listing, downloading, creating, updating, and syncing space templates; and destructively deleting space templates (requiring explicit human confirmation). Authentication uses CONFLUENCE_HOST and CONFLUENCE_API_TOKEN from environment variables, local files, or macOS Keychain.
Provides tools for managing Confluence Data Center pages (get, update, move, sync with space templates) and space templates (list, get, create, update, delete).
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., "@confluence-dc-advops-mcpmove page 123456 under parent 789012"
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.
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 serviceatlassian-dc-mcp/ accountconfluence-token
Related MCP server: confluence-mcp-server
Tools
Tool | When |
| Reparent only (until upstream |
| Dump page |
| Publish page storage XML from file (auto version bump) |
| List attachments on a page |
| Download attachment binary to a local file |
| Upload / new version of attachment from local file |
| List space page templates ( |
| Dump space template body to a local XML file |
| Create new space template from file (POST) |
| Publish space template body from file |
| Fast path: copy BSA page body → TempStream space template |
| Destructive. Delete Create template(s). Requires human chat OK + |
Fast path for large BSA pages (BRD/SRS/…)
confluence_getStorageToFile→_tmp_….xmlSurgical edit with Python/
StrReplaceon the file (preserve entities; do not re-escape)confluence_updateStorageFromFile(omitversionto auto-bump, or pass current+1)Verify with
user-confluence-dc/confluence_getContentbodyMode: textIf the page is also a Create-from-template snapshot → sync space template (below)
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: …)" # optionalDC notes:
List:
/rest/experimental/template/page?spaceKey=…GET by template id alone often 404 — always pass
spaceKeyUpdate:
PUT /rest/experimental/templatewithtemplateType: "page"andbody.storageDelete:
DELETE /rest/experimental/template/{id}— only via MCP delete tools after human confirmation (confirm: "DELETE"+ exactconfirmName/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.
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
- Alicense-qualityDmaintenanceProduction-ready MCP server for Atlassian Jira and Confluence, providing tools for issue management, page retrieval, and content operations.Last updated541MIT
- AlicenseAqualityCmaintenanceMCP server for Confluence Cloud/Server/Data Center, enabling page search, CQL queries, page CRUD, attachment upload, and user identity lookup.Last updated235104MIT
- AlicenseAqualityCmaintenanceAn MCP server for reading and writing Confluence pages in native Atlassian Document Format (ADF), enabling precise edits at the document node level without loss of formatting.Last updated43MIT
- Alicense-qualityDmaintenanceMCP server for administering Atlassian Confluence Cloud wiki pages, supporting CRUD operations, page navigation, comments, attachments, and more.Last updated1GPL 3.0
Related MCP Connectors
MCP server for Appcircle mobile CI/CD platform.
The MCP server for Azure DevOps, bringing the power of Azure DevOps directly to your agents.
A MCP server built for developers enabling Git based project management with project and personal…
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/confluence-dc-advops-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server