Provides a high-performance Rust-based server for interacting with Confluence Data Center and Cloud, exposing robust search and page content retrieval functionalities.
Sponsored
Confluence Super is a high-performance Rust-based server designed to act as an MCP (Multi-Content Provider) for Confluence Data Center and Cloud. It offers rapid access to Confluence content through `search_confluence`, `get_confluence_page`, and `list_confluence_children` tools. Engineered for speed, it leverages an async runtime, connection pooling, sophisticated multi-level caching (in-memory with stale-while-revalidate and SQLite-backed L2 with zstd compression), and strict concurrency controls to ensure efficient and reliable data access. It supports both stdio and HTTP transports for flexible integration.
Key Features
01High-performance async Rust implementation
020 GitHub stars
03Exposes `search_confluence`, `get_confluence_page`, and `list_confluence_children` tools
04Bounded request concurrency with semaphore backpressure
05Multi-level caching (in-memory and SQLite-backed disk cache)
06HTTP/3 support for outbound Confluence API requests
Use Cases
01Integrating Confluence content search into local MCP clients