Skip to main content
Glama

Mcp-合流点

[!重要] このリポジトリはまだ開発の初期段階にあり、今後さらに多くのプロンプト、リソース、ツールが追加される予定です。

このリポジトリには、Confluence コンテキストサーバーのソースコードが含まれています。現時点では、このサーバーには Zed のスラッシュコマンドとして使用されるプロンプトのみが含まれています。

インストール

npm install -g mcp-confluence

使用法

次の環境変数を設定する必要があります。

  • 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年1月18日 19日 4月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

You must be authenticated.

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.

AI アシスタントにページ コンテンツをコンテキストとして追加するために、Zed Editor などのクライアントのスラッシュ コマンドとして使用できるプロンプトを提供するモデル コンテキスト サーバー。

  1. インストール
    1. 使用法
      1. ゼッド
      2. MCP検査官
    2. プロンプト
      1. Confluenceページ
      2. ブログ投稿

    Related MCP Servers

    • A
      security
      A
      license
      A
      quality
      An enhanced Model Context Protocol server that enables AI assistants to interact with ClickUp workspaces, supporting task relationships, comments, checklists, and workspace management through natural language.
      Last updated -
      40
      343
      TypeScript
      MIT License
    • A
      security
      F
      license
      A
      quality
      A Model Context Protocol server that allows secure execution of pre-approved commands, enabling AI assistants to safely interact with the user's system.
      Last updated -
      1
      3
      18
      JavaScript
    • A
      security
      F
      license
      A
      quality
      A starter template for building Model Context Protocol servers that can be integrated with Cursor or Claude Desktop, allowing developers to create custom tools and extensions for AI assistants.
      Last updated -
      1
      6
      9
      TypeScript
      • Apple
    • 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
      19
      Python
      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