Confluence Node MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| CONF_SPACE | Yes | Your Confluence Space key | |
| CONF_BASE_URL | Yes | Your Confluence instance URL (e.g., https://your-confluence-instance.atlassian.net) | |
| CONF_PASSWORD | Yes | Your Confluence API token | |
| CONF_USERNAME | Yes | Your Confluence email address |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| confluence_list_spacesB | 列出当前用户可访问的所有 Confluence (KMS) Spaces。注意:KMS 是公司内部对 Confluence 知识管理系统的别名,两者是同一个系统。 |
| confluence_create_pageC | 在指定的 Space 中创建新的 Confluence (KMS) 页面。KMS 是公司内部 Confluence 系统的别名。 |
| confluence_update_pageC | 更新现有的 Confluence (KMS) 页面。KMS 是公司内部 Confluence 系统的别名。 |
| confluence_upsert_pageA | 创建或更新 Confluence (KMS) 页面(如果页面存在则更新,否则创建)。KMS 是公司内部 Confluence 系统的别名。 |
| confluence_get_pageC | 获取指定 Confluence (KMS) 页面的详细信息。KMS 是公司内部 Confluence 系统的别名。 |
| confluence_delete_pageC | 删除指定的 Confluence (KMS) 页面。KMS 是公司内部 Confluence 系统的别名。 |
| confluence_search_pagesC | 在 Confluence (KMS) 中搜索页面。KMS 是公司内部 Confluence 知识管理系统的别名。 |
| confluence_get_child_pagesC | 获取指定 Confluence (KMS) 页面的所有子页面。KMS 是公司内部 Confluence 系统的别名。 |
| confluence_get_page_historyB | 获取 Confluence (KMS) 页面的版本历史。KMS 是公司内部 Confluence 系统的别名。 |
| confluence_add_commentB | 在页面评论区添加评论(可选:回复某条评论)。KMS 是公司内部 Confluence 系统的别名。 |
| confluence_upload_attachmentA | 上传附件到指定 Confluence (KMS) 页面。支持本地文件路径(filePath)或 base64 内容(contentBase64)。注意:需要页面编辑权限。 |
| confluence_build_code_macroB | 生成 Confluence (KMS) 的代码宏(storage format HTML),用于安全插入代码块,避免 InvalidValueException 错误。 |
| confluence_get_page_commentsB | 获取指定 Confluence (KMS) 页面的所有评论(包括回复)。KMS 是公司内部 Confluence 系统的别名。 |
| confluence_set_page_restrictionA | 设置 Confluence (KMS) 页面的访问权限。支持三种模式:无限制(所有人可访问)、限制编辑(所有人可查看但只有指定用户可编辑)、只有自己能查看(只有指定用户可查看和编辑)。 |
| confluence_search_user_commentsB | 搜索指定用户在 Confluence (KMS) 中发表的所有评论。可按 Space 和日期范围筛选。KMS 是公司内部 Confluence 系统的别名。 |
| confluence_get_page_attachmentsC | 获取指定 Confluence (KMS) 页面的所有附件列表。KMS 是公司内部 Confluence 系统的别名。 |
| confluence_copy_pageC | 复制 Confluence (KMS) 页面到新位置。支持复制页面内容和附件。KMS 是公司内部 Confluence 系统的别名。 |
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
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/caijohnny/confluence-node'
If you have feedback or need assistance with the MCP directory API, please join our Discord server