Skip to main content
Glama

DevEx MCP Server

makefile241 B
PROTO_DIR := packages/proto PROTO_SRC := $(wildcard $(PROTO_DIR)/*.proto) GO_OUT := ./packages .PHONY: generate-proto generate-proto: protoc \ --proto_path=$(PROTO_DIR) \ --go_out=$(GO_OUT) \ --go-grpc_out=$(GO_OUT) \ $(PROTO_SRC)

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/ParthKapoor-dev/devex'

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