MCP.so
ログイン

pagefind-mcp

@tkellogg

pagefind-mcp について

An MCP server for searching static sites that are indexed with pagefind

基本情報

カテゴリ

その他

ライセンス

MIT license

ランタイム

node

トランスポート

stdio

公開者

tkellogg

設定

標準の設定はありません

このサーバーの README には解析可能な MCP 設定ブロックが含まれていません。インストール手順はリポジトリをご確認ください。

リポジトリ

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is pagefind-mcp?

pagefind-mcp is an MCP (Model Context Protocol) server that enables searching static sites that have been indexed with the Pagefind search tool. It is designed for developers and users who want to integrate Pagefind-powered search into MCP-compatible applications or workflows.

How to use pagefind-mcp?

Run the server using npx pagefind-mcp --host <base-url> [--no-resources]. The --host parameter sets the base site URL to index (prefixing with http:// or https:// is optional; https is assumed when omitted). The optional --no-resources flag skips pushing full page resources and instead fetches each result page to provide a short, markup-free snippet.

Key features of pagefind-mcp

  • Searches static sites indexed with Pagefind.
  • Configurable base site URL via --host.
  • Optional snippet-only results via --no-resources.
  • Fetches each result page for short snippets.
  • Integrates with MCP-based clients.

Use cases of pagefind-mcp

  • Search static sites that already have a Pagefind index.
  • Retrieve search results with short, markup-free snippets instead of full page resources.

FAQ from pagefind-mcp

What does pagefind-mcp do?

It is an MCP server for searching static sites indexed with Pagefind, returning search results that can include full page resources or short snippets.

How do I run pagefind-mcp?

Use the command npx pagefind-mcp --host <base-url>; optionally add --no-resources to skip full page pushes.

What does the --host parameter do?

It sets the base site URL that the server will index for search queries. If no protocol is provided, https is assumed.

What does the --no-resources flag do?

It skips pushing full page resources and instead fetches each result page to return a short, markup-free snippet.

コメント

「その他」の他のコンテンツ