growilabs/growi-mcp-server
If you are the rightful owner of growi-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.
The @growi/mcp-server is a Model Context Protocol server designed to connect AI models with GROWI wiki content, enabling efficient information retrieval and management.
The @growi/mcp-server is a robust Model Context Protocol (MCP) server that facilitates the integration of AI models with GROWI wiki content. This server allows Large Language Models (LLMs) to access and retrieve information from an organization's knowledge base, ensuring that responses are accurate and contextually relevant. By leveraging the capabilities of the GROWI platform, the MCP server provides a seamless interface for managing wiki pages, tags, comments, and share links. It supports a wide range of operations, from searching and retrieving pages to managing revisions and user information. The server is compatible with GROWI version 7.3.x and higher, with some features available on earlier versions. Developers can easily configure the server using environment variables and integrate it into their existing infrastructure. The server is built with Node.js and is optimized for performance and scalability, making it an ideal choice for organizations looking to enhance their AI-driven knowledge management systems.
Features
- GROWI page search and retrieval
- Page management
- Tag management
- Comment management
- Share link management
Usages
usage with npx
{ "mcpServers": { "growi": { "command": "npx", "args": ["@growi/mcp-server"], "env": { "GROWI_BASE_URL": "https://your-growi-instance.com", "GROWI_API_TOKEN": "your_growi_api_token" } } } }
Tools
searchPages
Search pages by keywords
createPage
Create a new page
updatePage
Update an existing page
deletePages
Delete pages (bulk operation supported)
duplicatePage
Duplicate a page (including child pages)