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

Deploy Server
A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

Related MCP Servers

  • A
    security
    -
    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
    57
    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
    230
    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 -
    6
    25
    1
  • A
    security
    F
    license
    A
    quality
    A 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 -
    19
    3
    • Apple

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