GROWI MCP Server
MCP server to connect AI models to GROWI Wiki with bearer authentication, enabling page, tag, revision, and share link operations.
README
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- ユーザーの最近のページ取得
セットアップ
環境変数
.env.exampleをコピーして.envを作成:
cp .env.example .env
| 変数名 | 説明 | 例 |
|---|---|---|
MCP_HTTP_PORT |
サーバーポート | 3001 |
MCP_HTTP_HOST |
リッスンホスト | 0.0.0.0 |
MCP_AUTH_TOKENS |
Bearer認証トークン (32文字以上、カンマ区切りで複数可) | your-secure-token... |
GROWI_DEFAULT_APP_NAME |
デフォルトのGROWIアプリ名 | app-1 |
GROWI_APP_NAME_N |
GROWIアプリ名 (N=1,2,3...) | app-1 |
GROWI_API_TOKEN_N |
GROWI APIトークン | 8991502f6dfec... |
GROWI_BASE_URL_N |
GROWI URL | http://localhost:3000 |
起動方法
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:
HTTP - URL:
growi-mcp:3001
- Subdomain: 任意(例:
-
.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 start
API
エンドポイント
GET /health- ヘルスチェックPOST /mcp- MCPリクエスト
認証
リクエストヘッダーにBearerトークンを含める:
Authorization: Bearer your-secure-token-at-least-32-characters-long
ライセンス
MIT
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.