We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/sylweriusz/mcp-neo4j-memory-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Node.js - CRITICAL: exclude node_modules to reduce build context
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.npm
.yarn
# Build artifacts
dist/
build/
*.tsbuildinfo
# Environment files
.env
.env.local
.env.*.local
# IDE files
.vscode/
.idea/
*.swp
*.swo
# OS files
.DS_Store
Thumbs.db
# Git
.git/
.gitignore
# Documentation
README.md
*.md
docs/
# Test files
test/
tests/
*.test.js
*.test.ts
*.spec.js
*.spec.ts
coverage/
# Development files
.eslintrc*
.prettierrc*
tsconfig.json
jest.config.*
vitest.config.*
# Logs
logs/
*.log
# Temporary files
tmp/
temp/
# Package managers
package-lock.json
yarn.lock
pnpm-lock.yaml
# Smithery/deployment
smithery.yaml
.github/