wiki_mcp_server

wiki_mcp_server

3.2

If you are the rightful owner of 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 capable of auto-selecting the correct Confluence knowledge base, such as 'alm' or 'wpb', based on user queries. Built with FastAPI, it adheres to MCP Server Best Practices and is ready for production deployment. The server leverages Python 3.10+, FastAPI, and the MCP SDK, with requests for Confluence API interaction and ContextVars for session management. The project is structured to facilitate easy deployment and maintenance, with a clear separation of concerns across different modules.

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.
  • Ready for production deployment with Docker support.

Tools

  1. tools.py

    MCP tool definitions for handling various server tasks.