GROWI MCP Server

GROWI MCP Server

MCP server to connect AI models to GROWI Wiki with bearer authentication, enabling page, tag, revision, and share link operations.

Category
Visit Server

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アクセスを実現します。

  1. Cloudflare Tunnelを作成:

    • Cloudflare Zero Trust にアクセス
    • Networks > Tunnels > Create a tunnel
    • トンネル名を入力して作成
    • トークンをコピー
  2. トンネルの Public Hostname を設定:

    • Subdomain: 任意(例: growi-mcp
    • Domain: Cloudflareに登録済みのドメイン
    • Service Type: HTTP
    • URL: growi-mcp:3001
  3. .envを設定:

    cp .env.example .env
    # CLOUDFLARE_TUNNEL_TOKEN にトークンを設定
    
  4. 起動:

    docker compose up -d
    
  5. アクセス:

    • 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

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.

Official
Featured
TypeScript
Magic Component Platform (MCP)

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.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

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.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

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.

Official
Featured
TypeScript
Kagi MCP Server

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.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured
Exa Search

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.

Official
Featured