spring-boot-ai-confluence-mcp-server
spring-boot-ai-confluence-mcp-serverは、Spring Bootを使用してConfluenceと連携するAI駆動のサーバーです。このプロジェクトは、業務プロセスの自動化やワークフローの最適化を目的としています。特に、AIを活用して情報の整理やドキュメント作成を支援します。
GitHubスター
3
ユーザー評価
未評価
お気に入り
0
閲覧数
168
フォーク
0
イシュー
0
README
Confluence MCP Server Example
This repository contains the complete source code for our Confluence MCP Server example built with Spring Boot AI. The server integrates with Confluence Cloud and exposes various document management operations as callable tools using the @Tool annotation. You can test this server with any MCP client, including the Claude desktop app.
For a detailed explanation on how to build an MCP server, check out our blog:
Build MCP Servers with Spring Boot AI: A Beginner’s Guide
Features
- Confluence Cloud Integration: Connects to Confluence Cloud to manage spaces, pages, and document history.
- Callable Tools: Exposes operations like listing spaces and creating documents using the
@Toolannotation. - Tool Registration: Uses
ToolCallbackProviderto register the available service methods with the MCP framework. - Testable with MCP Clients: Easily test the server using any MCP client, including the Claude desktop app.