growi-mcp-server

growilabs/growi-mcp-server
★ 18 stars TypeScript Memory/Knowledge Updated today
A Model Context Protocol (MCP) server that connects AI models to GROWI wiki content. Enables LLMs to search and retrieve information from your organization's knowledge base for accurate, context-aware responses.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "growi-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "growilabs/growi-mcp-server"
      ]
    }
  }
}