mcp-confluence
Mcp-合流点
[!重要] このリポジトリはまだ開発の初期段階にあり、今後さらに多くのプロンプト、リソース、ツールが追加される予定です。
このリポジトリには、Confluence コンテキストサーバーのソースコードが含まれています。現時点では、このサーバーには Zed のスラッシュコマンドとして使用されるプロンプトのみが含まれています。
インストール
npm install -g mcp-confluence使用法
次の環境変数を設定する必要があります。
API_KEY: Confluence アカウントを認証するための API キー。DOMAIN_NAME: Confluence アカウントのドメイン名。example.atlassian.netEMAIL: 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":
}
}
}Related MCP server: Git Prompts MCP Server
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
Maintenance
Related MCP Connectors
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
A Model Context Protocol server for Wix AI tools
Serves your design system and coding standards to coding agents, so they stop guessing.
Your portable context layer — load it into any AI.
Related MCP Servers
- FlicenseCqualityBmaintenanceA Python server implementing the Model Context Protocol to provide customizable prompt templates, resources, and tools that enhance LLM interactions in the continue.dev environment.110-
- AlicenseBqualityDmaintenanceA Model Context Protocol server that generates prompts based on Git repository content, including a command to generate PR descriptions from diffs.32MIT
- AlicenseAqualityDmaintenanceA Model Context Protocol (MCP) server designed to easily dump your codebase context into Large Language Models (LLMs).13 npm3Apache 2.0
- AlicenseDqualityDmaintenanceA Model Context Protocol server that provides specialized prompt suggestions for backend development, frontend development, and general tasks to help LLMs generate better content.625 npm1MIT