Skip to main content
Glama

Crawl4AI MCP Server

by gkzhb
tsup.config.ts467 B
import type { Options } from 'tsup' import { defineConfig } from 'tsup' const commonOptions: Options = { entry: ['src/index.ts'], } export default defineConfig((options) => { const buildOptions: Options = { ...commonOptions, name: 'Build', splitting: false, minify: true, } const devOptions: Options = { ...commonOptions, name: 'Develop', onSuccess: 'node dist/index.js', } return options.watch ? devOptions : buildOptions })

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/gkzhb/crawl4ai-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server