Skip to main content
Glama
.gitignore•1.23 kB
# Dependencies node_modules/ package-lock.json # Build outputs dist/ *.tsbuildinfo # Logs *.log logs/ *.log.* # Environment variables and secrets .env .env.local .env.*.local *.key *.pem *.crt secrets/ # MCP configuration with sensitive data mcp.json .cursor/mcp.json # Scripts with hardcoded passwords (keep example versions) dashboard-server.js start-services.sh run-dashboard.sh # Burp Suite integration (proprietary tool) src/tools/burp.ts burp-extension/ **/burp*.ts **/burp*.js **/burp*.java # Caido integration (proprietary tool) src/integrations/caido.ts src/tools/caido.ts src/helpers/caido-helpers.ts CAIDO_*.md **/caido*.ts **/caido*.js scripts/introspect-caido-schema.js # IDE and editor files .vscode/ .idea/ *.swp *.swo *~ .DS_Store # Database files *.db *.sqlite *.sqlite3 # Test results coverage/ .nyc_output/ test-results/ # Temporary files tmp/ temp/ *.tmp # Hunting directory data files (but keep configs) hunting/*.log hunting/results/ hunting/screenshots/ hunting/captures/ hunting/data/ # Keep hunting config files !hunting/socialdeal-config.json !hunting/*.js !hunting/README.md !hunting/start-hunt.sh # Archive and test files archive/ test-*.js test-*.sh # OS files Thumbs.db .DS_Store

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/telmon95/VulneraMCP'

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