We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/deleonio/public-ui-kolibri'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
{
"$schema": "https://unpkg.com/knip@5/schema.json",
"entry": ["src/main.ts", "src/react.main.tsx", "unocss.config.ts", "src/**/routes.ts"],
"ignore": ["src/scenarios/appointment-form/**"],
"ignoreDependencies": ["@public-ui/components", "@public-ui/react-hook-form-adapter", "@public-ui/react-v19", "@public-ui/themes", "uno.css"],
"project": ["**/*.ts", "**/*.tsx"]
}