Skip to main content
Glama

Beelzebub MCP Honeypot

Makefile791 B
DOCKER_COMPOSE := $(shell which docker-compose) ifeq (${DOCKER_COMPOSE},) DOCKER_COMPOSE = docker compose endif .PHONY: beelzebub.start beelzebub.start: ${DOCKER_COMPOSE} build; ${DOCKER_COMPOSE} up -d; .PHONY: beelzebub.stop beelzebub.stop: ${DOCKER_COMPOSE} down; .PHONY: test.unit test.unit: go test ./... .PHONY: test.unit.verbose test.unit.verbose: go test ./... -v .PHONY: test.dependencies.start test.dependencies.start: ${DOCKER_COMPOSE} -f ./integration_test/docker-compose.yml up -d .PHONY: test.dependencies.down test.dependencies.down: ${DOCKER_COMPOSE} -f ./integration_test/docker-compose.yml down .PHONY: test.integration test.integration: INTEGRATION=1 go test ./... .PHONY: test.integration.verbose test.integration.verbose: INTEGRATION=1 go test ./... -v

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/mariocandela/beelzebub'

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