Skip to main content
Glama

mcp-rae

by rae-api-com
Makefile359 B
BINARY=rae-mcp BINDIR=bin PREFIX?=/usr/local/bin .PHONY: all build install clean run fmt all: build build: mkdir -p $(BINDIR) CGO_ENABLED=0 go build -ldflags="-s -w" -o $(BINDIR)/$(BINARY) . install: build install -c $(BINDIR)/$(BINARY) $(PREFIX)/$(BINARY) clean: rm -rf $(BINDIR) run: go run *.go fmt: go fmt ./... golines -w . goimports -w .

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/rae-api-com/rae-mcp'

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