confluence-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| CONFLUENCE_BASE_URL | Yes | The base URL of your Confluence instance, e.g., https://your-domain.atlassian.net | |
| CONFLUENCE_SYNC_DIR | No | Default directory for syncing docs | ./confluence-docs |
| CONFLUENCE_API_TOKEN | Yes | Your API token for authentication | |
| CONFLUENCE_SPACE_KEY | No | Default space key for operations (optional if space key is provided in tool arguments) | |
| CONFLUENCE_PAGE_LIMIT | No | Default page limit for queries | 10 |
| CONFLUENCE_USER_EMAIL | Yes | Your email address associated with the Confluence account |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_confluenceC | Search Confluence for pages matching a query using CQL (Confluence Query Language) |
| get_page_by_idA | Get a Confluence page by its ID with full content |
| get_page_by_titleA | Get a Confluence page by title within a space |
| get_space_pagesA | Get all pages in a Confluence space |
| get_page_childrenA | Get child pages of a parent page |
| sync_confluence_docsA | Sync Confluence pages to local markdown files. Can sync a space, search results, or specific pages. |
| push_md_to_confluenceA | Push markdown files to Confluence. Creates new pages or updates existing ones based on frontmatter or title/space. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
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/harshpuri84/confluence-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server