A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/growilabs/growi-mcp-server below:

growilabs/growi-mcp-server: 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.

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.

{
  "mcpServers": {
    "growi": {
      "command": "npx",
      "args": ["@growi/mcp-server"],
      "env": {
        "GROWI_BASE_URL": "https://your-growi-instance.com",
        "GROWI_API_TOKEN": "your_growi_api_token"
      }
    }
  }
}
Available Tools (Features) Variable Name Required Description Default Value GROWI_BASE_URL ✅ Base URL of GROWI instance - GROWI_API_TOKEN ✅ GROWI API access token -
  1. Clone the repository
git clone https://github.com/weseek/growi-mcp-server.git
cd growi-mcp-server
  1. Install dependencies
  1. Set up environment variables
cp .env.example .env.local
# Edit .env.local to enter GROWI connection information
  1. Start the development server
# Test with MCP CLI
pnpm dev:cli

# Develop with MCP Inspector
pnpm dev:inspect
# Build
pnpm build

# Lint
pnpm lint

# Run in production
pnpm start
When unable to connect to GROWI
  1. Check connectivity
    curl -v http://app:3000/_api/v3/healthcheck
  2. If the app hostname cannot be resolved, check the devcontainer network and verify it includes growi_devcontainer_default

Contributions to the project are welcome!

  1. Issue Reports: Bug reports and feature requests via GitHub Issues
  2. Pull Requests:

This project is released under the MIT License.

Notice

This MCP server is under development. APIs may change without notice. Please test thoroughly before using in production environments.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4