We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/adeze/raindrop-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# dependencies (bun install)
node_modules/
# bun.lockb should be tracked for reproducible builds
# output
out
dist
*.tgz
build/
# MCP build artifacts (intermediate and distribution)
# These are generated by mcpb:pack and should not be committed
*.mcpb
*.dxt
# code coverage
coverage
*.lcov
# logs
logs
*.log
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json
# dotenv environment variable files
.env
.env.development.local
.env.test.local
.env.production.local
.env.local
# caches
.eslintcache
.cache
*.tsbuildinfo
# IntelliJ based IDEs
.idea
# Finder (MacOS) folder config
.DS_Store
Thumbs.db
# Temp files
tmp/
temp/
# Debug logs
npm-debug.log*
yarn-debug.log*
yarn-error.log*
bun-debug.log*
# Local development
.local
*.local
# Optional npm cache directory
.npm
# Yarn Integrity file
.yarn-integrity
raindrop-mcp.code-workspace
**/CLAUDE.local.md
# Ignore backup files
**/*.backup