We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/sally-labs/sally-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
{
"$schema": "./node_modules/@biomejs/biome/configuration_schema.json",
"vcs": {
"enabled": false,
"clientKind": "git",
"useIgnoreFile": false
},
"files": {
"ignoreUnknown": false,
"includes": ["**", "!dist/**/*", "!**/pages.gen.ts"]
},
"formatter": {
"enabled": true,
"indentStyle": "space",
"lineWidth": 120
},
"assist": { "actions": { "source": { "organizeImports": "on" } } },
"linter": {
"enabled": true,
"rules": {
"recommended": true,
"style": {
"noUnusedTemplateLiteral": "off"
},
"suspicious": {
"noExplicitAny": "off"
},
"a11y": {},
"correctness": {
"useExhaustiveDependencies": "off",
"noUnusedImports": "info"
},
"security": {
"noBlankTarget": "off"
}
}
},
"javascript": {
"formatter": {
"quoteStyle": "single"
}
}
}