https://github.com/tkellogg/pagefind-mcp
An MCP server for searching static sites that are indexed with pagefind
https://github.com/tkellogg/pagefind-mcp
Last synced: 10 months ago
JSON representation
An MCP server for searching static sites that are indexed with pagefind
- Host: GitHub
- URL: https://github.com/tkellogg/pagefind-mcp
- Owner: tkellogg
- License: mit
- Created: 2025-06-04T12:58:41.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-04T19:46:25.000Z (about 1 year ago)
- Last Synced: 2025-06-04T20:42:12.884Z (about 1 year ago)
- Language: JavaScript
- Size: 46.9 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pagefind-mcp
An MCP server for searching static sites that are indexed with pagefind
## Usage
```
npx pagefind-mcp --host [--no-resources]
```
`--host` sets the base site to index. Prefixing with `http://` or `https://` is
optional; `https` is assumed when omitted. The `--no-resources` flag skips
pushing full page resources and instead fetches each result page to provide a
short, markup-free snippet.