We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/hetpatel-11/supermemory-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Dependencies
node_modules/
.pnpm-store/
# Build output
dist/
.mcp-use/
.vite/
# TypeScript
*.tsbuildinfo
# Testing
coverage/
# Linting
.eslintcache
# Environment
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
# Logs
*.log
npm-debug.log*
pnpm-debug.log*
yarn-debug.log*
yarn-error.log*
# OS
.DS_Store
Thumbs.db
*.pem
# IDE
.vscode/
.idea/
*.swp
*.swo
*~