Skip to main content
Glama

mcp-dingdingbot-server

.PHONY: build build: ifndef GOOS ifndef GOARCH @echo "Building for all platforms..." @CGO_ENABLED=0 GOOS=windows GOARCH=amd64 go build -o dist/mcp-dingdingbot-server_win_AMD64 . @CGO_ENABLED=0 GOOS=darwin GOARCH=amd64 go build -o dist/mcp-dingdingbot-server_macOS_AMD64 . @CGO_ENABLED=0 GOOS=darwin GOARCH=arm64 go build -o dist/mcp-dingdingbot-server_macOS_ARM64 . else @echo "Building for specific platform: GOOS=$(GOOS), GOARCH=$(GOARCH)" @CGO_ENABLED=0 GOOS=$(GOOS) GOARCH=$(GOARCH) go build -o dist/mcp-dingdingbot-server_$(GOOS)_$(GOARCH) . endif endif

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/HundunOnline/mcp-dingdingbot-server'

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