Skip to main content
Glama

MCP Atlassian

"""Confluence API integration module. This module provides access to Confluence content through the Model Context Protocol. """ from .client import ConfluenceClient from .comments import CommentsMixin from .config import ConfluenceConfig from .pages import PagesMixin from .search import SearchMixin from .spaces import SpacesMixin class ConfluenceFetcher(SearchMixin, SpacesMixin, PagesMixin, CommentsMixin): """Main entry point for Confluence operations, providing backward compatibility. This class combines functionality from various mixins to maintain the same API as the original ConfluenceFetcher class. """ pass __all__ = ["ConfluenceFetcher", "ConfluenceConfig", "ConfluenceClient"]

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/sooperset/mcp-atlassian'

If you have feedback or need assistance with the MCP directory API, please join our Discord server