Back to Home
ka1222te icon

growi-mcp

Verified Safe

by ka1222te

Overview

Facilitates interaction with Growi wiki instances through an MCP server, enabling AI tools to manage pages, attachments, and user information.

Installation

Run Command
uvx growi-mcp

Environment Variables

  • GROWI_DOMAIN
  • GROWI_API_TOKEN
  • GROWI_API_VERSION
  • GROWI_CONNECT_SID

Security Notes

The server uses environment variables for sensitive API keys (GROWI_API_TOKEN) and the Growi domain, which is good practice. No 'eval' or obvious malicious patterns are found in the provided source code. The primary security risk involves the permissions granted to the Growi API token and the potential for AI agents (especially with 'Auto-approve' enabled) to inadvertently expose private information or modify pages, as explicitly warned in the README. The 'download_attachment' function might require a 'connect.sid' session cookie for some Growi server configurations, which adds a dependency on browser-level authentication that needs careful handling.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassMedium
Avg Tokens1500
Stars0
Forks0
Last Update2025-12-01

Tags

GrowiWiki ManagementMCP ServerAPI WrapperAI Integration