GROWI MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@GROWI MCP ServerSearch for pages about 'meeting notes'"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
GROWI MCP Server
GROWI WikiにAIモデルを接続するためのModel Context Protocol (MCP) HTTPサーバー。Bearer認証に対応。
機能
ページ操作
getPage- ページ内容の取得getPageInfo- ページ情報の取得createPage- ページの作成updatePage- ページの更新deletePage- ページの削除duplicatePage- ページの複製renamePage- ページの移動/リネームsearchPages- ページの検索getRecentPages- 最近更新されたページの取得getPageListingRoot- ルートページ一覧の取得getPageListingChildren- 子ページ一覧の取得publishPage/unpublishPage- ページの公開/非公開
タグ操作
getTagList- タグ一覧の取得searchTags- タグの検索updateTag- タグの更新getPageTag- ページのタグ取得
リビジョン操作
listRevisions- リビジョン一覧の取得getRevision- リビジョンの取得
共有リンク操作
getShareLinks- 共有リンク一覧の取得createShareLink- 共有リンクの作成deleteShareLink- 共有リンクの削除
コメント操作
getComments- コメントの取得
ユーザー操作
getUserRecentPages- ユーザーの最近のページ取得
Related MCP server: WikiJS MCP Server
セットアップ
環境変数
.env.exampleをコピーして.envを作成:
cp .env.example .env変数名 | 説明 | 例 |
| サーバーポート |
|
| リッスンホスト |
|
| Bearer認証トークン (32文字以上、カンマ区切りで複数可) |
|
| デフォルトのGROWIアプリ名 |
|
| GROWIアプリ名 (N=1,2,3...) |
|
| GROWI APIトークン |
|
| GROWI URL |
|
起動方法
Docker Compose (Cloudflare Tunnel)
Cloudflare Tunnelを使用して、自己署名証明書なしでHTTPSアクセスを実現します。
Cloudflare Tunnelを作成:
Cloudflare Zero Trust にアクセス
Networks > Tunnels > Create a tunnel
トンネル名を入力して作成
トークンをコピー
トンネルの Public Hostname を設定:
Subdomain: 任意(例:
growi-mcp)Domain: Cloudflareに登録済みのドメイン
Service Type:
HTTPURL:
growi-mcp:3001
.envを設定:cp .env.example .env # CLOUDFLARE_TUNNEL_TOKEN にトークンを設定起動:
docker compose up -dアクセス:
https://growi-mcp.your-domain.com/mcp
ローカル開発
# 依存関係のインストール
pnpm install
# 開発サーバー起動
pnpm dev
# ビルド
pnpm build
# 本番起動
pnpm startAPI
エンドポイント
GET /health- ヘルスチェックPOST /mcp- MCPリクエスト
認証
リクエストヘッダーにBearerトークンを含める:
Authorization: Bearer your-secure-token-at-least-32-characters-longライセンス
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityAmaintenanceMCP server for MediaWiki wikis. Search, read, edit, and manage wiki content from AI assistants. Includes formatting, link checking, revision history, and markdown conversion.4320MIT
- Alicense-qualityDmaintenanceAn MCP server that enables full management of WikiJS instances, supporting operations like page creation, searching, and updating. It also provides tools for knowledge graph exploration, content summarization, and retrieval of wiki statistics.14MIT
- Alicense-qualityDmaintenanceAn MCP server that provides a unified interface to manage Wiki.js pages, users, and groups via GraphQL API, enabling AI agents to create, read, update, and delete content and perform administrative tasks.4713MIT
- Flicense-qualityDmaintenanceLocal MCP server for AI agents that enables Jira issue management, Confluence Wiki page creation and editing, Git commit analysis, and diagram generation.
Related MCP Connectors
MCP server for AI dialogue using various LLM models via AceDataCloud
MCP (Model Context Protocol) server for Appwrite
MCP server for Argo RPG Platform — connects AI assistants to campaign data via OAuth2
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/MechanicalGirlDev/growi-mcp-server-web'
If you have feedback or need assistance with the MCP directory API, please join our Discord server