Skip to main content
Glama

Codacy MCP Server

Official
by codacy
account.ts243 B
import { AccountService } from '../api/client/index.js'; export const listOrganizationsHandler = async (args: any) => { const { provider, cursor, limit } = args; return await AccountService.listOrganizations(provider, cursor, limit); };

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