Skip to main content
Glama

Codacy MCP Server

Official
by codacy
listToolsTool.ts321 B
import { CodacyTool, defaultPagination, toolNames } from '../schemas.js'; export const listToolsTool: CodacyTool = { name: toolNames.CODACY_LIST_TOOLS, description: 'List all code analysis tools available in Codacy.', inputSchema: { type: 'object', properties: { ...defaultPagination, }, }, };

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