CwikiMCP
Apache Incubator CWiki MCP
用于 Apache Incubator Confluence 空间的 MCP 服务器:
https://cwiki.apache.org/confluence/display/INCUBATOR
该服务器为只读,适用于公共 wiki 页面。
GET 响应默认在本地缓存 30 天。在读取工具上使用 force_refresh=true 可绕过缓存进行单次调用。
安装
python3 -m venv .venv
. .venv/bin/activate
pip install -e .Related MCP server: Atlassian MCP Server
运行
incubator-cwiki-mcp用于本地开发:
python -m incubator_cwiki_mcp.server测试
pip install -e ".[dev]"
make check使用 Codex 或 Claude Desktop 配置
使用 Python 模块入口点:
{
"mcpServers": {
"incubator-cwiki": {
"command": "<Path to CwikiMCP>/.venv/bin/python",
"args": ["-m", "incubator_cwiki_mcp.server"],
"env": {
"CWIKI_BASE_URL": "https://cwiki.apache.org/confluence",
"CWIKI_SPACE_KEY": "INCUBATOR"
}
}
}
}工具
cwiki_space_info:返回已配置 Confluence 空间的元数据。cwiki_list_pages:列出 Incubator 空间中的页面。cwiki_search_pages:使用 Confluence CQL 搜索页面。cwiki_get_page:通过标题或page_id获取页面。cwiki_get_children:列出page_id的子页面。cwiki_cache_info:显示本地缓存设置和大小。cwiki_clear_cache:清除本地缓存。
环境
CWIKI_BASE_URL:默认为https://cwiki.apache.org/confluence。CWIKI_SPACE_KEY:默认为INCUBATOR。CWIKI_CACHE_DIR:默认为.cache/cwiki。CWIKI_CACHE_TTL_SECONDS:默认为2592000秒(30 天)。设置为0可禁用缓存。
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-qualityDmaintenanceAn MCP Server implementation that enables managing Confluence wiki pages through natural language queries, supporting operations like creating, updating, deleting, and searching pages across different knowledge bases.2
- Alicense-qualityDmaintenanceA read-only MCP server that enables querying and searching Atlassian Confluence pages and Jira issues through their REST APIs. Supports retrieving content by ID or URL, searching using CQL/JQL, and listing spaces and projects.1MIT
- AlicenseBqualityDmaintenanceEnables querying and interacting with a Markdown wiki generated from Confluence pages, with search and MCP server for LLM access.104MIT
- AlicenseBqualityDmaintenanceMCP server for administering Atlassian Confluence Cloud wiki pages, supporting CRUD operations, page navigation, comments, attachments, and more.621GPL 3.0
Related MCP Connectors
Agent-native MCP server over the public saagarpatel.dev corpus. Read-only, stateless.
MCP server for AgentDocs (agentdocs.eu): read, search, write, comment on & share Markdown docs.
Read-only MCP server for the WebAssembly spec: instructions, types, sections, search, proposals.
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/justinmclean/CwikiMCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server