confluence-dc-advops-mcp
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 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.
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