Skip to main content
Glama
aaronsb

Confluence Cloud MCP Server

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
CONFLUENCE_HOSTYesYour Confluence host URL, e.g. https://your-team.atlassian.net
CONFLUENCE_EMAILYesYour Confluence email
CONFLUENCE_API_TOKENYesYour Confluence API token

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{}
resources
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
manage_confluence_pageB

Get, create, update, delete, move, copy, archive, or pull pages for editing. Manage labels and content properties. Create returns a scratchpad for composing content before publishing. Use pull_for_editing to load existing page content into a scratchpad. Archive/unarchive pages or entire page trees.

edit_confluence_contentB

Line-addressed content editing within a scratchpad buffer. View, insert, replace, or remove lines, then submit to Confluence. Requires a scratchpadId from create or pull_for_editing.

manage_confluence_spaceC

List spaces, get space details, or manage space configuration.

search_confluenceA

Search Confluence using CQL (Confluence Query Language), full-text search, or filter by labels/contributors.

manage_confluence_mediaB

Upload, download, list, view, or delete page attachments and media. Use view to display images inline.

navigate_confluenceA

Navigate page hierarchy, discover links, backlinks, and related pages. Returns tree views and relationship graphs.

queue_confluence_operationsA

Batch multiple Confluence operations in a single call. Supports result references ($0.pageId) and per-operation error strategies.

manage_workspaceA

Stage files in the local workspace for attachment operations. List, read, write, delete files, or create directories. Supports nested paths (e.g. "projects/images/photo.png"). Downloaded attachments land here; upload can read from here. All responses include the absolute filesystem path.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription
Available MacrosConfluence macro registry with parameter schemas and usage examples
Instance SummaryConfluence instance overview: available spaces, GraphQL status
Tool DocumentationComplete documentation for all Confluence MCP tools with operations and examples

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/aaronsb/confluence-cloud'

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