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
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.

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

  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