π Wiki MCP Server
@albertshao
About π Wiki MCP Server
No overview available yet
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"wiki_mcp_server": {
"command": "docker",
"args": [
"build",
"-t",
"wiki-mcp-server",
"."
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Wiki MCP Server?
Wiki MCP Server is an MCP (Model Context Protocol) server implementation for managing Confluence wiki pages. Built with FastAPI and following MCP Server Best Practices, it supports creating, updating, deleting, and searching wiki pages, with auto-selection of the correct Confluence knowledge base based on user queries.
How to use Wiki MCP Server?
Install dependencies from requirements.txt, then run the server with uvicorn wiki_mcp_server.server:app --host 0.0.0.0 --port 9999 --reload. Provide required headers (user_name, alm_confluence_base_url, alm_confluence_api_token, etc.) in each request. Use endpoints like /create_page with a JSON body including space_key, title, content, and user_query.
Key features of Wiki MCP Server
- Create, update, delete, and search Confluence wiki pages.
- Autoβselects correct Confluence knowledge base from user query.
- Built with FastAPI and MCP SDK for production deployment.
- Supports multiple Confluence instances (alm, wpb, etc.).
- Containerized with Docker for easy deployment.
- Provides OpenAPI and ReDoc documentation.
Use cases of Wiki MCP Server
- Automate creation of Confluence pages from AI assistant requests.
- Update existing Confluence pages based on user instructions.
- Delete outdated Confluence pages via MCP commands.
- Search Confluence pages by keyword for quick knowledge retrieval.
- Integrate Confluence operations into MCPβcompatible tools.
FAQ from Wiki MCP Server
What does Wiki MCP Server integrate with?
It integrates with Confluenceβs REST API to manage wiki pages.
What technologies does Wiki MCP Server use?
It is built with Python 3.10+, FastAPI, MCP SDK, Requests, and ContextVars for session management.
How does Wiki M
Frequently asked questions
What does Wiki MCP Server integrate with?
It integrates with Confluenceβs REST API to manage wiki pages.
What technologies does Wiki MCP Server use?
It is built with Python 3.10+, FastAPI, MCP SDK, Requests, and ContextVars for session management.
Basic information
More Memory & Knowledge MCP servers
Rust Docs MCP Server
Govcraftπ¦ Prevents outdated Rust code suggestions from AI assistants. This MCP server fetches current crate docs, uses embeddings/LLMs, and provides accurate context via a tool call.
RAG Documentation MCP Server
hannesrudolphAn MCP server implementation that provides tools for retrieving and processing documentation through vector search, enabling AI assistants to augment their responses with relevant documentation context.
minutes
silversteinEvery meeting, every idea, every voice note β searchable by your AI. Open-source, privacy-first conversation memory layer.
Anytype MCP Server
anyprotoAn MCP server enabling AI assistants to interact with Anytype - your encrypted, local and collaborative wiki - to organize objects, lists, and more through natural language.

Memory
modelcontextprotocolModel Context Protocol Servers
Comments