Skip to main content
Glama

MCP Server

by JeongJaeSoon
biome.json1.17 kB
{ "$schema": "https://biomejs.dev/schemas/1.9.4/schema.json", "vcs": { "enabled": false, "clientKind": "git", "useIgnoreFile": false }, "files": { "ignoreUnknown": false, "ignore": ["build/**", "node_modules/**", ".cursor/**"] }, "formatter": { "enabled": true, "indentStyle": "space", "lineWidth": 100 }, "organizeImports": { "enabled": true }, "linter": { "enabled": true, "rules": { "recommended": true, "correctness": { "noUnusedVariables": "error" }, "style": { "useConst": "error", "useTemplate": "error", "noNonNullAssertion": "error", "useDefaultParameterLast": "error", "useSingleVarDeclarator": "error" }, "suspicious": { "noExplicitAny": "error", "noConsoleLog": "error" }, "complexity": { "useLiteralKeys": "error", "noStaticOnlyClass": "error" }, "performance": { "noDelete": "error" } } }, "javascript": { "formatter": { "quoteStyle": "double", "trailingCommas": "es5", "semicolons": "always" } } }

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/JeongJaeSoon/sample-mcp-server'

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