Skip to main content
Glama

Claude Code MCP Server

lefthook.yml767 B
# Lefthook configuration # https://github.com/evilmartians/lefthook pre-commit: parallel: true commands: prettier: glob: '*.{ts,js,json,md,yml,yaml}' run: npx prettier --check {staged_files} eslint: glob: '*.{ts,js}' run: npx eslint {staged_files} typescript: glob: '*.ts' run: npx tsc --noEmit pre-push: parallel: true commands: test: run: npm test # Auto-fix on commit (optional, can be enabled by running: lefthook add -d) # pre-commit: # commands: # prettier-fix: # glob: "*.{js,json,md,yml,yaml}" # run: npx prettier --write {staged_files} && git add {staged_files} # eslint-fix: # glob: "*.js" # run: npx eslint --fix {staged_files} && git add {staged_files}

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/engineers-hub-ltd-in-house-project/slack-claude-code-integration'

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