Skip to main content
Glama

Codacy MCP Server

Official
by codacy
cliInstall.ts418 B
import { Cli, CliOptions } from '../cli/index.js'; export const cliInstallHandler = async (args: any) => { const cli = await Cli.get(args as CliOptions); try { await cli.install(); return { success: true, result: 'CLI installed successfully', }; } catch (error) { return { success: false, output: error instanceof Error ? error.message : 'Unknown error', }; } };

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