We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/bcharleson/Instantly-MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
node_modules/
dist/
.env
.DS_Store
*.log
npm-debug.log*
# IDE and editor specific files
.vscode/
.claude/
cursor/
# Cursor MCP testing configuration (contains API keys and local configs)
.cursor/
.cursor/**
mcp.json
cursor-mcp-config.json
# Local testing files
test-mcp-local/
local-mcp-test/
# Bug report folder (preserved locally but excluded from repository)
bug report/
# Production deployment cleanup - exclude non-essential files
# Markdown files (except README.md)
*.md
!README.md
# Test scripts and testing files
test-*.js
test-*.ts
test-*.cjs
test-*.sh
test-*.json
*test*.js
*test*.ts
*test*.cjs
debug-*.js
diagnose-*.js
check-*.sh
verify-*.js
validate-*.ts
# Development and build scripts
build-and-test.sh
deploy-staging.sh
scripts/
# Example files and documentation
examples/
manual-test-examples.md
visual-verification-guide.md
# Configuration files for development
claude-desktop-config.json
corrected-campaign.json
corrected-campaign.jsonc
production.config.js
# Security: API keys and sensitive configuration
*api-key*
*API-KEY*
*instantly-api*
*INSTANTLY-API*
.env.*
!.env.example
!.env.production
*secret*
*SECRET*
*token*
*TOKEN*
check-exposed-api-key.js
# Package files for distribution testing
*.tgz
*.dxt
dxt-official/
# Build artifacts and temporary files
tsconfig.tsbuildinfo
webpack.config.js
# Railway and deployment specific files (keep for production)
# railway.json - keep
# railway.toml - keep
# nixpacks.toml - keep
# Dockerfile - keep
# Dockerfile.production - keep