Mcp-Confluence
[!중요] 이 저장소는 아직 초기 개발 단계이므로 앞으로 더 많은 프롬프트, 리소스 및 도구가 추가될 예정입니다.
이 저장소에는 Confluence 컨텍스트 서버의 소스 코드가 포함되어 있습니다. 현재 서버에는 Zed에서 슬래시 명령으로 사용할 프롬프트만 포함되어 있습니다.
설치
지엑스피1
용법
다음 환경 변수를 설정해야 합니다.
API_KEY: Confluence 계정을 인증하는 API 키입니다.DOMAIN_NAME: Confluence 계정의 도메인 이름입니다.example.atlassian.netEMAIL: Confluence 계정의 이메일입니다.
"confluence-context-server": {
"command": "node",
"args": [
"node_modules/mcp-confluence/dist/index.js"
],
"env": {
"API_TOKEN": "",
"DOMAIN_NAME": "",
"EMAIL": ""
}
}
제드 자의 명칭
confluence-context-server 확장 프로그램을 설치하세요. 그런 다음, 다음 설정을 zed 설정에 추가하세요.
"context_servers": {
"confluence-context-server": {
"settings": {
"api_token": ,
"domain_name": ,
"email":
}
}
}
MCP 검사관
MCP Inspector를 사용하여 서버와 상호 작용할 수도 있습니다.
npm install @modelcontextprotocol/sdk
npx -y @modelcontextprotocol/inspector npx mcp-confluence
프롬프트
Confluence 페이지
이름:
confluence-page설명: ID로 Confluence 페이지를 가져옵니다.
인수:
pageId: Confluence 페이지의 ID
블로그 게시물
이름:
blog-post설명: ID로 블로그 게시물 가져오기
인수:
blogId: 블로그 게시물의 ID
Related MCP Servers
- Asecurity-licenseAqualityA Model Context Protocol server that enables AI assistants like Claude to interact with Outline document services, supporting document searching, reading, creation, editing, and comment management.Last updated -2557MIT License
- AsecurityAlicenseAqualityA server based on Model Context Protocol that provides predefined prompt templates for tasks like code review and API documentation generation, enabling more efficient workflows in Cursor/Windsurf editors.Last updated -102230MIT License
- AsecurityFlicenseAqualityA Model Context Protocol server that provides specialized prompt suggestions for backend development, frontend development, and general tasks to help LLMs generate better content.Last updated -6251
- AsecurityFlicenseAqualityA Model Context Protocol server that provides PureScript development tools for AI assistants, enabling code analysis, type lookups, and IDE server management without requiring heavy IDE setup.Last updated -193