Skip to main content
Glama
MIT License
26,193
19,308
  • Linux
  • Apple
biome.json1.67 kB
{ "$schema": "https://biomejs.dev/schemas/2.2.4/schema.json", "files": { "includes": [ "bin/**", "src/**", "tests/**", "website/**", "browser/**", ".devcontainer/**", ".github/**", "**/package.json", "**/biome.json", "**/.secretlintrc.json", "**/tsconfig.json", "**/tsconfig.build.json", "**/vite.config.ts", "**/repomix.config.json", "!**/website/client/.vitepress/.temp", "!**/website/client/.vitepress/dist", "!**/website/client/.vitepress/cache", "!**/website/server/dist", "!**/browser/dist", "!**/browser/packages" ] }, "assist": { "actions": { "source": { "organizeImports": "on" } } }, "linter": { "enabled": true, "rules": { "recommended": true } }, "overrides": [ { "includes": ["**/*.vue"], "linter": { "rules": { "correctness": { "noUnusedVariables": "off", "noUnusedImports": "off" } } } }, { "includes": ["src/index.ts"], "assist": { "actions": { "source": { "organizeImports": "off" } } } } ], "formatter": { "enabled": true, "formatWithErrors": false, "indentStyle": "space", "indentWidth": 2, "lineWidth": 120 }, "javascript": { "formatter": { "quoteStyle": "single", "trailingCommas": "all", "semicolons": "always" } }, "json": { "parser": { "allowComments": true, "allowTrailingCommas": true }, "formatter": { "enabled": false } } }

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