Skip to main content
Glama

Mcp-Confluence

[!중요] 이 저장소는 아직 초기 개발 단계이므로 앞으로 더 많은 프롬프트, 리소스 및 도구가 추가될 예정입니다.

이 저장소에는 Confluence 컨텍스트 서버의 소스 코드가 포함되어 있습니다. 현재 서버에는 Zed에서 슬래시 명령으로 사용할 프롬프트만 포함되어 있습니다.

설치

지엑스피1

용법

다음 환경 변수를 설정해야 합니다.

  • API_KEY : Confluence 계정을 인증하는 API 키입니다.
  • DOMAIN_NAME : Confluence 계정의 도메인 이름입니다. example.atlassian.net
  • EMAIL : 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": } } }

2025-01-18 19-04-24

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
Install Server
A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

Zed Editor와 같은 클라이언트에 슬래시 명령으로 사용할 수 있는 프롬프트를 제공하는 모델 컨텍스트 서버로, AI 어시스턴트에 페이지 콘텐츠를 컨텍스트로 추가할 수 있습니다.

  1. 설치
    1. 용법
      1. 제드 자의 명칭
      2. MCP 검사관
    2. 프롬프트
      1. Confluence 페이지
      2. 블로그 게시물

    Related MCP Servers

    • A
      security
      A
      license
      A
      quality
      A 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 -
      25
      29
      Python
      MIT License
    • A
      security
      A
      license
      A
      quality
      A 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 -
      10
      2
      197
      JavaScript
      MIT License
    • A
      security
      F
      license
      A
      quality
      A 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 -
      4
      4
      1
      TypeScript
    • A
      security
      A
      license
      A
      quality
      A Model Context Protocol server that integrates with Microsoft's Edit tool, allowing AI systems to perform file operations from simple reads/writes to complex code editing and refactoring.
      Last updated -
      9
      2
      Rust
      MIT License

    View all related MCP servers

    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/mouhamadalmounayar/mcp-confluence'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server