Skip to main content
Glama

Crawl4AI MCP Server

tsconfig.json900 B
{ "compilerOptions": { "target": "ES2021", "module": "ESNext", "moduleResolution": "node", "esModuleInterop": true, "strict": true, "noImplicitAny": true, "strictNullChecks": true, "strictFunctionTypes": true, "strictBindCallApply": true, "strictPropertyInitialization": true, "noImplicitThis": true, "alwaysStrict": true, "noUnusedLocals": true, "noUnusedParameters": true, "noImplicitReturns": true, "noFallthroughCasesInSwitch": true, "forceConsistentCasingInFileNames": true, "skipLibCheck": true, "baseUrl": ".", "outDir": "./dist", "declaration": true, "sourceMap": true, "lib": [ "ES2021", "WebWorker" ], "types": [ "@cloudflare/workers-types", "node" ] }, "include": [ "src/**/*", "types/**/*" ], "exclude": [ "node_modules", "dist" ] }

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

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