Skip to main content
Glama

MCP Language Server

# Help help: just -l # Build build: go build -o mcp-language-server # Install locally install: go install # Format code fmt: gofmt -w . # Generate LSP types and methods generate: go run ./cmd/generate # Run code audit checks check: gofmt -l . test -z "$(gofmt -l .)" go tool staticcheck ./... go tool errcheck ./... find . -path "./integrationtests/workspaces" -prune -o \ -path "./integrationtests/test-output" -prune -o \ -name "*.go" -print | xargs gopls check go tool govulncheck ./... # Run tests test: go test ./... # Update snapshot tests snapshot: UPDATE_SNAPSHOTS=true go test ./integrationtests/...

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/isaacphi/mcp-language-server'

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