Skip to main content
Glama

mcp-gopls

Makefile400 B
.PHONY: build clean test # Variables BINARY_NAME=mcp-gopls GO=go GOFLAGS=-v LDFLAGS=-ldflags="-s -w" # Build the project build: $(GO) build $(GOFLAGS) $(LDFLAGS) -o $(BINARY_NAME) ./cmd/... # Clean build artifacts clean: $(GO) clean rm -f $(BINARY_NAME) # Run tests test: $(GO) test -v ./... # Install dependencies deps: $(GO) mod download $(GO) mod tidy # Default target all: deps build

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/hloiseaufcms/mcp-gopls'

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