We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/vitaliiivanovspryker/spryker-package-search-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
export const SPRYKER_ORGS = [`spryker`, `spryker-eco`, `spryker-sdk`, `spryker-shop`];
export const GITHUB_API_URL = `https://api.github.com`;
export const GITHUB_SEARCH_REPOS_ENDPOINT = `/search/repositories`;
export const GITHUB_SEARCH_CODE_ENDPOINT = `/search/code`;
export const GITHUB_SEARCH_PACKAGE_LIMIT = 30;