Skip to main content
Glama

MCP TypeScript Server Template

biome.json878 B
{ "$schema": "https://biomejs.dev/schemas/1.9.4/schema.json", "organizeImports": { "enabled": true }, "linter": { "enabled": true, "rules": { "recommended": true, "style": { "noNonNullAssertion": "off" }, "complexity": { "noBannedTypes": "off" } } }, "formatter": { "enabled": true, "formatWithErrors": true, "indentStyle": "tab", "indentWidth": 4, "lineWidth": 100, "lineEnding": "lf" }, "javascript": { "formatter": { "quoteStyle": "single", "semicolons": "always", "trailingCommas": "all", "arrowParentheses": "always" } }, "json": { "formatter": { "trailingCommas": "none" } }, "files": { "ignore": [ "node_modules", "dist", "coverage", "*.min.js", "yarn.lock", "package-lock.json", "pnpm-lock.yaml", "CHANGELOG.md", "**/*.yml", "**/*.yaml", "**/*.md" ] } }

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/Mearman/mcp-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server