albertshao_wiki_mcp_server

albertshao_wiki_mcp_server

3.2

If you are the rightful owner of albertshao_wiki_mcp_server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

An MCP (Model Context Protocol) Server implementation for managing Confluence wiki pages.

The Wiki MCP Server is a robust implementation designed to manage Confluence wiki pages efficiently. It supports creating, updating, deleting, and searching wiki pages by keyword. The server is built using FastAPI and adheres to MCP Server Best Practices, making it suitable for production deployment. It features auto-selection of the correct Confluence knowledge base based on user queries, ensuring seamless integration with different Confluence environments. The server is developed with Python 3.10+ and utilizes the MCP SDK for enhanced functionality. It also incorporates session management using ContextVars and interacts with the Confluence API through the Requests library.

Features

  • Create, update, and delete Confluence wiki pages.
  • Search wiki pages by keyword.
  • Auto-selects the correct Confluence knowledge base based on user query.
  • Built with FastAPI for high performance and scalability.
  • Follows MCP Server Best Practices for production readiness.

Tools

  1. tools.py

    Defines MCP tool functionalities for interacting with Confluence.