Skip to main content
Glama

Codacy MCP Server

Official
by codacy
rules.ts741 B
import { toolNames } from './schemas.js'; // General rules pertaining to the accuracy of the arguments passed to the tools export const generalOrganizationMistakes = ` - Using this tool for a organization other than the current one - Using this tool with the wrong organization name (if you are not sure, use the ${toolNames.CODACY_LIST_ORGANIZATIONS} tool to validate the organization name) `; export const generalRepositoryMistakes = ` - Using this tool without specifying the repository name - Using this tool for a repository other than the current one - Using this tool with the wrong repository name (if you are not sure, use the ${toolNames.CODACY_LIST_ORGANIZATION_REPOSITORIES} tool to validate the repository name) `;

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