Skip to main content
Glama

Codacy MCP Server

Official
by codacy
listOrganizationRepositoriesTool.ts634 B
import { CodacyTool, defaultPagination, organizationSchema, toolNames } from '../schemas.js'; import { generalOrganizationMistakes } from '../rules.js'; const rules = ` Common mistakes: - Using this tool without the provider ${generalOrganizationMistakes} `; export const listOrganizationRepositoriesTool: CodacyTool = { name: toolNames.CODACY_LIST_ORGANIZATION_REPOSITORIES, description: `List repositories in an organization with pagination. ${rules}`, inputSchema: { type: 'object', properties: { ...organizationSchema, ...defaultPagination, }, required: ['provider', 'organization'], }, };

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