Skip to main content
Glama
.gitignore1.46 kB
# Dependencies node_modules/ .pnp .pnp.js # Build output build/ dist/ out/ # Generated files generated/ *.generated.* # Environment variables and secrets .env .env.local .env.*.local .env.production .env.staging *.key *.pem *.p12 *.pfx secrets/ credentials/ .token .secrets # MCP Server Configuration mcp-servers.config.js !mcp-servers.config.example.js # Logs *.log logs/ npm-debug.log* yarn-debug.log* yarn-error.log* lerna-debug.log* # Runtime data pids *.pid *.seed *.pid.lock # Coverage directory used by tools like istanbul coverage/ *.lcov .nyc_output # OS files .DS_Store .DS_Store? ._* .Spotlight-V100 .Trashes ehthumbs.db Thumbs.db Thumbs.db:encryptable ehthumbs_vista.db # IDE files .vscode/ .idea/ *.swp *.swo *.swn *~ # PM2 .pm2/ ecosystem.config.js ecosystem.config.cjs # Terraform *.tfstate *.tfstate.* .terraform/ .terraform.lock.hcl # Docker .dockerignore docker-compose.override.yml # Temporary files *.tmp *.temp tmp/ temp/ # Cache .cache/ .parcel-cache/ .npm .eslintcache # Optional npm cache directory .npm # Optional REPL history .node_repl_history # Yarn Integrity file .yarn-integrity # TypeScript *.tsbuildinfo # Optional stylelint cache .stylelintcache # Backup files *.bak *.backup *.old *.orig *.save # Local development .local/ local/ # Database *.db *.sqlite *.sqlite3 # Certificates *.crt *.cer *.p7b *.keystore *.jks *.truststore # Lock files (keep package-lock.json, ignore others) yarn.lock pnpm-lock.yaml

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/blas0/code2mcp'

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