Skip to main content
Glama
MIT License
27,120
19,780
  • Linux
  • Apple
mcpAction.ts•239 B
import { runMcpServer } from '../../mcp/mcpServer.js'; import { logger } from '../../shared/logger.js'; export const runMcpAction = async (): Promise<void> => { logger.trace('Starting Repomix MCP server...'); await runMcpServer(); };

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/yamadashy/repomix'

If you have feedback or need assistance with the MCP directory API, please join our Discord server