Skip to main content
Glama

MCPMem

by designly1
biome.json1.09 kB
{ "$schema": "https://biomejs.dev/schemas/2.2.2/schema.json", "vcs": { "enabled": true, "clientKind": "git", "useIgnoreFile": true }, "files": { "ignoreUnknown": true, "includes": ["**", "!**/node_modules", "!**/.next", "!**/dist", "!**/build"] }, "formatter": { "enabled": true, "indentStyle": "tab", "lineWidth": 100, "lineEnding": "lf", "indentWidth": 4 }, "javascript": { "formatter": { "enabled": true, "quoteStyle": "single", "trailingCommas": "all", "semicolons": "always", "arrowParentheses": "asNeeded", "bracketSpacing": true, "quoteProperties": "asNeeded", "jsxQuoteStyle": "double", "bracketSameLine": false, "attributePosition": "multiline", "indentWidth": 4 } }, "linter": { "enabled": true, "rules": { "recommended": true, "suspicious": { "noUnknownAtRules": "off" }, "complexity": { "noStaticOnlyClass": "off" } }, "domains": { "next": "recommended", "react": "recommended" } }, "assist": { "actions": { "source": { "organizeImports": "on" } } } }

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/designly1/mcpmem'

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