Skip to main content
Glama

Confluence MCP Server

main.py425 B
""" FastMCP Echo Server """ from mcp.server.fastmcp import FastMCP from mcp.server.fastmcp.server import Settings from servers.confluence_mcp import register_handlers # Import the registration function settings = Settings() settings.port = 8000 settings.debug = True settings.log_level = "INFO" # Enable info level logging mcp = FastMCP("Echo Server") register_handlers(mcp) if __name__ == "__main__": mcp.run()

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/xiandan-erizo/ops-mcp'

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