Skip to main content
Glama

Confluence MCP Server

by Olson3R

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
DEBUGNoEnable debug modefalse
ALLOWED_SPACESNoComma-separated list of Confluence space keys you want to allow access to
CONFLUENCE_BASE_URLYesThe base URL of your Atlassian Confluence instance
CONFLUENCE_USERNAMEYesYour Confluence username/email address
CONFLUENCE_API_TOKENYesYour Atlassian API token

Schema

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Tools

Functions exposed to the LLM to take actions

NameDescription
search_confluence

Search for content across allowed Confluence spaces by text and/or title

get_page

Retrieve a specific Confluence page by ID

create_page

Create a new Confluence page

update_page

Update an existing Confluence page

move_page

Move a Confluence page to a different space or parent

list_spaces

List all accessible Confluence spaces (filtered by allowed spaces)

get_space_by_id

Get detailed information about a specific Confluence space by ID

get_space_by_key

Get detailed information about a specific Confluence space by key

get_space_content

Get pages from a specific space

get_page_children

Get child pages of a specific page

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/Olson3R/confluence-mcp'

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