We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/aymericzip/intlayer'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
{
"$schema": "https://json.schemastore.org/prettierrc",
"plugins": ["prettier-plugin-packagejson"],
"includes": ["**/package.json", "**/*.md"],
"singleQuote": true,
"semi": true,
"tabWidth": 2,
"bracketSpacing": true,
"trailingComma": "es5",
"bracketSameLine": false,
"useTabs": false,
"endOfLine": "lf",
"overrides": [
{
"files": "*.md",
"options": {
"singleQuote": false,
"quoteProps": "preserve"
}
},
{
"files": "package.json",
"options": {
"plugins": ["prettier-plugin-packagejson"]
}
}
]
}