Skip to main content
Glama
.gitignore2.73 kB
# Environment variables and secrets .env .env.local .env.development .env.test .env.production # Node.js dependencies node_modules/ npm-debug.log* yarn-debug.log* yarn-error.log* # Runtime data pids *.pid *.seed *.pid.lock # Coverage directory used by tools like istanbul coverage/ *.lcov # nyc test coverage .nyc_output # Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files) .grunt # Bower dependency directory (https://bower.io/) bower_components # node-waf configuration .lock-wscript # Compiled binary addons (https://nodejs.org/api/addons.html) build/Release # Dependency directories jspm_packages/ # TypeScript cache *.tsbuildinfo # Optional npm cache directory .npm # Optional eslint cache .eslintcache # Microbundle cache .rpt2_cache/ .rts2_cache_cjs/ .rts2_cache_es/ .rts2_cache_umd/ # Optional REPL history .node_repl_history # Output of 'npm pack' *.tgz # Yarn Integrity file .yarn-integrity # dotenv environment variables file .env.test # parcel-bundler cache (https://parceljs.org/) .cache .parcel-cache # Next.js build output .next out # Nuxt.js build / generate output .nuxt dist # Gatsby files .cache/ public # vue-press build output .vuepress/dist # Serverless directories .serverless/ # FuseBox cache .fusebox/ # DynamoDB Local files .dynamodb/ # TernJS port file .tern-port # Stores VSCode versions used for testing VSCode extensions .vscode-test # yarn v2 .yarn/cache .yarn/unplugged .yarn/build-state.yml .yarn/install-state.gz .pnp.* # IDE and Editor files .vscode/ .idea/ *.swp *.swo *~ # OS generated files .DS_Store .DS_Store? ._* .Spotlight-V100 .Trashes ehthumbs.db Thumbs.db # Logs logs *.log # PocketBase specific pocketbase.db pocketbase.db-shm pocketbase.db-wal pb_data/ pb_migrations/ # MCP Server specific *.mcp mcp-cache/ session-data/ # Test files and temporary data # Note: Keep important test files that are part of the project test-data/ temp/ tmp/ *.tmp # Ignore only debug and experimental test files debug-*.js test-debug-*.js test-experimental-*.js # Keep important test files (including lazy loading test) # test-lazy-loading.js is tracked # Backup files *.bak *.backup # Local configuration overrides config.local.json settings.local.json # Documentation build files docs/build/ docs/.doctrees/ # Distribution files dist/ build/ # Lock files (uncomment if you want to ignore them) # package-lock.json # yarn.lock # Generated files generated/ auto-generated/ # Smithery deployment (keep smithery.yaml tracked) # *.yaml files are tracked by default # Docker build context (keep Dockerfile tracked) .dockerignore # Development and debug files (keep core files tracked) server-enhanced.js debug-*.js test-*.js

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/DynamicEndpoints/documentation-mcp-using-pocketbase'

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