github-wiki-mcp-server
GitHub Wiki MCP Server is a service that provides a local clone of a GitHub Wiki as a Model Context Protocol (MCP) compliant server, intended for use with the Cursor editor.
The GitHub Wiki MCP Server is designed to facilitate the integration of local GitHub Wiki repositories with the Cursor editor by providing a Model Context Protocol (MCP) compliant server. This server allows users to query and retrieve context information from their locally cloned GitHub Wiki repositories. It offers a set of API endpoints that adhere to the MCP protocol, enabling seamless interaction and data retrieval based on user queries. The server is built to be easily configurable and can be installed both locally and globally via npm. It requires Node.js 14 or higher and a locally cloned GitHub Wiki repository to function. Users can customize server settings such as port and wiki path through configuration files or environment variables.
Features
- Retrieves context information from locally cloned GitHub Wiki
- Provides MCP protocol-compliant API endpoints
- Searches related Wiki information based on queries
Usage with Different Platforms
local_installation
bash
npm run dev
production_mode
bash
npm start
global_installation
bash
github-wiki-mcp
custom_port_and_path
bash
github-wiki-mcp --port 4444 --wiki /path/to/your/wiki
environment_variables
bash
PORT=4444 WIKI_PATH=/path/to/your/wiki github-wiki-mcp
Related MCP Servers
View all knowledge_and_memory servers →git-mcp
by idosal
GitMCP is a free, open-source, remote Model Context Protocol (MCP) server that transforms GitHub projects into documentation hubs, enabling AI tools to access up-to-date documentation and code.
Knowledge Graph Memory Server
by modelcontextprotocol
A basic implementation of persistent memory using a local knowledge graph, allowing Claude to remember information about the user across chats.
mcpdoc
by langchain-ai
MCP LLMS-TXT Documentation Server provides a structured way to manage and retrieve LLM documentation using the Model Context Protocol.
rust-docs-mcp-server
by Govcraft
The Rust Docs MCP Server provides an up-to-date knowledge source for specific Rust crates, enhancing the accuracy of AI coding assistants by allowing them to query current documentation.
mindmap-mcp-server
by YuChenSSR
A Model Context Protocol (MCP) server for converting Markdown content to interactive mindmaps.
algorand-mcp
by GoPlausible
This is a Model Context Protocol (MCP) implementation for Algorand blockchain interactions, providing a server package for blockchain interactions and a client package for wallet management and transaction signing.
basic-memory
by basicmachines-co
Basic Memory is a tool that allows users to build a persistent knowledge base through natural conversations with LLMs, storing information in Markdown files.