Confluence AI
CreatedBootcampToProd
Enables AI-powered interaction with Confluence Cloud through a Spring Boot-based Model Context Protocol server.
About
This Spring Boot AI-powered server facilitates interaction with Confluence Cloud using the Model Context Protocol (MCP). It exposes document management operations such as listing spaces and creating documents as callable tools via the `@Tool` annotation, making it easy to integrate Confluence with AI-driven workflows. The server leverages Spring AI's `ToolCallbackProvider` for seamless tool registration and is compatible with any MCP client, including the Claude desktop app, enabling easy testing and integration.
Key Features
- Exposes operations as callable tools using the `@Tool` annotation.
- 0 GitHub stars
- Uses `ToolCallbackProvider` to register service methods with the MCP framework.
- Connects to Confluence Cloud for managing spaces, pages, and document history.
- Testable with any MCP client, including the Claude desktop app.