confluence-wiki-mcp-server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| fetch_wiki_pageA | 获取指定 Confluence Wiki 页面并返回 Markdown、HTML 或纯文本正文。 |
| search_wikiA | 按关键词检索 Confluence Wiki,返回标题、pageId 和页面 URL。 |
| get_wiki_attachmentsB | 列出指定 Confluence 页面附件,适合查找原型图、截图等文件。 |
| wiki_health_checkA | 返回本地托管认证状态并列出可用工具,不访问网络。 |
| get_wiki_page_contextC | 获取 Wiki 页面证据上下文:正文、标题结构、表格、链接、图片、删除线和不确定关键词信号。不做需求裁决。 |
| get_wiki_commentsC | 获取 Confluence 页面评论列表,返回评论正文、作者、时间和 evidence signals。 |
| get_wiki_referencesC | 获取 Wiki 页面引用的其他页面链接,可选抓取被引用页面的标题和摘要。 |
| get_wiki_assetsC | 列出 Wiki 页面的内嵌图片和附件,返回 URL、媒体类型和文件大小。 |
| download_wiki_assetB | 下载 Wiki 附件或图片到本地目录。仅支持 wiki.imgo.tv 域名。 |
| get_wiki_requirement_bundleB | 聚合获取 Wiki 页面的完整 evidence bundle:上下文、评论、引用、资产和权限问题。不做需求裁决。 |
| wiki_auth_loginA | 打开专属 Chrome Profile 进行交互式 Wiki 登录。 |
| wiki_auth_statusA | 探测并报告托管认证状态,不返回凭据值。 |
| wiki_auth_logoutA | 登出并删除托管 Profile,需要 confirm=true 确认。 |
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/blantian/fetch_wiki_page'
If you have feedback or need assistance with the MCP directory API, please join our Discord server