Skip to main content
Glama

Codacy MCP Server

Official
by codacy
config.yml2.75 kB
version: 2.1 orbs: codacy: codacy/base@10.8.0 references: release_filter: &release_filter filters: branches: only: - master jobs: build_package: docker: - image: cimg/node:20.1.0 working_directory: ~/workdir steps: - attach_workspace: at: ~/workdir - run: name: Check current version of node and npm command: | node -v npm -v - run: name: Install dependencies and generate command: | npm install --unsafe-perm=true npm run update-api - run: name: Build library command: | npm run build - persist_to_workspace: root: ~/workdir paths: - bin/ - dist/ - src/ - node_modules/ - package.json - package-lock.json - README.md - LICENSE - .version publish_packages: docker: - image: cimg/node:20.1.0 working_directory: ~/workdir steps: - attach_workspace: at: ~/workdir - run: name: Verify workspace contents command: | pwd ls -la echo "Version file contents:" cat .version || echo "Version file not found" echo "Package.json contents:" cat package.json || echo "Package.json not found" - run: name: Setup npm credentials command: | npm config set @codacy:registry https://registry.npmjs.org/ npm config set //registry.npmjs.org/:_authToken $NPM_TOKEN npm config set access public npm config set save-exact true - run: name: Publish packages command: | # Update version in packages to publish npm version --no-git-tag-version --no-commit-hooks "$(cat .version)" --allow-same-version --verbose # Publish package versions to npmjs.org if [ "$CIRCLE_BRANCH" = "master" ]; then echo "Publishing to stable" npm publish --verbose else echo "Publishing to unstable" npm publish --tag unstable --verbose fi workflows: compile_deploy: jobs: - codacy/checkout_and_version: overwrite_package_json_version: true - build_package: requires: - codacy/checkout_and_version - codacy/tag_version: context: CodacyAWS requires: - build_package - publish_packages: <<: *release_filter requires: - codacy/tag_version context: CodacyNPM

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

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