We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/DevCycleHQ-Sandbox/openfeature-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Dependencies
node_modules/
# Yarn files
.yarn/cache/
.yarn/unplugged/
.yarn/build-state.yml
.yarn/install-state.gz
# Yarn PnP files (ensure they don't get created)
.pnp.cjs
.pnp.loader.mjs
# TypeScript build outputs
dist/
*.tsbuildinfo
# Generated files (auto-generated, do not edit)
src/tools/promptsBundle.generated.ts
src/tools/providersBundle.generated.ts
src/**/*.js
src/**/*.js.map
src/**/*.d.ts
src/**/*.d.ts.map
# Environment variables
.env
.env.local
.env.production
.env.development
# Logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Runtime data
pids
*.pid
*.seed
*.pid.lock
# Coverage directory used by tools like istanbul
coverage/
# nyc test coverage
.nyc_output
# ESLint cache
.eslintcache
# Optional npm cache directory
.npm
# Optional REPL history
.node_repl_history
# Output of 'npm pack'
*.tgz
# Yarn Integrity file
.yarn-integrity
# IDE
.vscode/
.idea/
*.swp
*.swo
# OS
.DS_Store
Thumbs.db