Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| CONFLUENCE_URL | No | Your Confluence URL | |
| CONFLUENCE_TOKEN | No | Your Confluence API token (alternative to username/password) | |
| CONFLUENCE_PASSWORD | No | Your Confluence password | |
| CONFLUENCE_USERNAME | No | Your Confluence username |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_confluence | 搜索 Confluence 页面内容
Args:
query: 搜索关键词(支持字符串、数字等格式,会自动转换为字符串)
limit: 返回结果数量限制,默认10条
ctx: MCP 上下文
Returns:
Dict: 包含搜索结果的字典
|
| get_confluence_page | 获取 Confluence 页面详细信息
Args:
page_id: 页面ID
ctx: MCP 上下文
Returns:
Dict: 包含页面信息的字典
|
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |