Skip to main content
Glama

Confluence Markdown

Kiro Power and MCP server for bidirectional Markdown-to-Confluence sync.

Features

  • Download spaces, pages and page trees as Markdown with images

  • Publish new Confluence pages from local Markdown files

  • Update existing pages with version conflict detection

  • Publish directory trees as page hierarchies

  • Local image upload as page attachments

  • Dry-run by default for all write operations

  • Multi-org support (override Confluence URL per request)

  • YAML frontmatter for page tracking (ID, version, space)

Related MCP server: MCP Atlassian Node Server

Install as a Kiro Power

Powers panel -> "Add Custom Power" -> "Import from GitHub" with this repo URL.

Configure credentials in MCP settings after install:

Variable

Description

CONFLUENCE_URL

Default Atlassian site URL

CONFLUENCE_EMAIL

Your Atlassian login email

CONFLUENCE_API_TOKEN

Unscoped API token

Install standalone

pip install confluence-markdown-mcp

Or run directly:

uvx confluence-markdown-mcp

Tools

Tool

Description

test_connection

Verify credentials and list spaces

list_spaces

List all accessible spaces

download_space

Download all pages in a space

download_page

Download a single page

download_page_tree

Download page and descendants

publish_page

Create new page from Markdown (dry-run default)

update_page

Update existing page (dry-run default)

publish_tree

Publish directory as page hierarchy (dry-run default)

MCP configuration

{
  "mcpServers": {
    "confluence-markdown": {
      "command": "uvx",
      "args": ["confluence-markdown-mcp"],
      "env": {
        "CONFLUENCE_URL": "https://your-site.atlassian.net",
        "CONFLUENCE_EMAIL": "you@example.com",
        "CONFLUENCE_API_TOKEN": "your-api-token"
      }
    }
  }
}

License

MIT

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

  • Markdown-first MCP server for Notion API with 8 composite tools and 39 actions.

  • MCP server for AgentDocs (agentdocs.eu): read, search, write, comment on & share Markdown docs.

  • A MCP server built for developers enabling Git based project management with project and personal…

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/Dan-Rebura/confluence-markdown'

If you have feedback or need assistance with the MCP directory API, please join our Discord server