Skip to main content
Glama

Confluence Communication Server

Confluence コミュニケーション サーバー MCP サーバー

Confluenceとの対話

これはTypeScriptベースのMCPサーバーで、Confluenceと連携するためのツールを提供します。以下の機能を提供することで、MCPのコアコンセプトを実証します。

  • CQLクエリを実行してページを検索するためのツール
  • Confluenceページのコンテンツを取得するためのツール
  • Confluence ページのコンテンツを更新するためのツール

特徴

Confluenceツール

  • 目的: CQL クエリを実行して Confluence ページを検索します。
  • パラメータ: cqllimit (デフォルト: 10)。

get_page_content

  • 目的: Confluence ページのコンテンツを取得します。
  • パラメータ: pageId

update_page_content

  • 目的: Confluence ページのコンテンツを更新します。
  • パラメータ: pageIdcontenttitle (変更する場合はオプション)。

発達

依存関係をインストールします:

npm install

サーバーを構築します。

npm run build

自動リビルドを使用した開発の場合:

npm run watch

インストール

Smithery経由でインストール

Smithery経由で Claude Desktop 用の Confluence Communication Server MCP Server を自動的にインストールするには:

npx -y @smithery/cli install @KS-GEN-AI/confluence-mcp-server --client claude

Claude Desktop で使用するには、サーバー設定を追加します。

MacOSの場合: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows の場合: %APPDATA%/Claude/claude_desktop_config.json

{ "mcpServers": { "Confluence communication server": { "command": "node", "args": ["/PATH_TO_THE_PROJECT/build/index.js"], "env": { "CONFLUENCE_URL": "https://XXXXXXXX.atlassian.net/wiki", "CONFLUENCE_API_MAIL": "Your email", "CONFLUENCE_API_KEY": "KEY_FROM: https://id.atlassian.com/manage-profile/security/api-tokens" } } } }

デバッグ

MCPサーバーはstdio経由で通信するため、デバッグが困難になる場合があります。パッケージスクリプトとして提供されているMCP Inspectorの使用をお勧めします。

npm run inspector

インスペクターは、ブラウザでデバッグ ツールにアクセスするための URL を提供します。

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.

CQL 検索とページ コンテンツの取得を通じて Confluence からのコンテンツのクエリと取得が可能になり、Claude は Confluence ワークスペースに保存されている情報にシームレスにアクセスできるようになります。

  1. 特徴
    1. Confluenceツール
      1. execute_cql_search
      2. get_page_content
      3. update_page_content
    2. 発達
      1. インストール
        1. Smithery経由でインストール
        2. デバッグ

      Related MCP Servers

      • A
        security
        A
        license
        A
        quality
        Facilitates web search capabilities using Perplexity's API, allowing users to retrieve search results through Claude's interface.
        Last updated -
        1
        3
        JavaScript
        MIT License
      • A
        security
        A
        license
        A
        quality
        Enables Claude to interact with Webflow's APIs for managing sites, retrieving information, and executing tasks using natural language.
        Last updated -
        2
        865
        19
        TypeScript
        MIT License
        • Apple
        • Linux
      • -
        security
        A
        license
        -
        quality
        Provides web search functionality via DuckDuckGo for Claude Code and MCP-compatible clients, featuring advanced content exploration, navigation across search results, and detailed webpage analysis.
        Last updated -
        4
        Python
        MIT License
      • -
        security
        A
        license
        -
        quality
        Enables access and interaction with your Readwise library, allowing you to retrieve and search highlights, books, and documents through natural language queries when using Claude or other MCP-compatible assistants.
        Last updated -
        20
        TypeScript
        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/KS-GEN-AI/confluence-mcp-server'

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