Skip to main content
Glama

Crawl4AI RAG MCP Server

by Chillbruhhh
Makefile•874 B
SHELL := bash .ONESHELL: .SHELLFLAGS := -eu -o pipefail -c .DELETE_ON_ERROR: .SECONDEXPANSION: .SECONDARY: ifeq ($(origin .RECIPEPREFIX), undefined) $(error This Make does not support .RECIPEPREFIX. Please use GNU Make 4.0 or later) endif .RECIPEPREFIX = > ifndef NEO4JVERSION $(error NEO4JVERSION is not set) endif clean: ./Dockerfile > rm $(<D)/../src/test/resources/stubplugin/* .PHONY: clean plugin: ./Dockerfile ./ExampleNeo4jPlugin.java ./build.gradle.kts ./settings.gradle.kts > workdir=$(realpath $(<D)) > docker build $${workdir} -t stubplugin:latest > docker run -it --rm \ -e NEO4JVERSION \ -v $${workdir}/../src/test/resources/stubplugin:/output \ --user="$$(id -u):$$(id -g)" \ stubplugin:latest > mv $${workdir}/../src/test/resources/stubplugin/myPlugin-$${NEO4JVERSION}.jar $${workdir}/../src/test/resources/stubplugin/myPlugin.jar .PHONY: plugin

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

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