CwikiMCP
Apache Incubator CWiki MCP
Apache Incubator Confluence 공간을 위한 MCP 서버:
https://cwiki.apache.org/confluence/display/INCUBATOR
이 서버는 읽기 전용이며 공개 위키 페이지를 대상으로 작동합니다.
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 checkCodex 또는 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