We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/gabrielchua/mcf-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Dependencies
node_modules/
.pnpm-store/
.npm/
.yarn/
# Build outputs & caches
assets/
dist/
build/
.vite/
*.tsbuildinfo
# Logs
*.log
pnpm-debug.log
npm-debug.log
yarn-debug.log
yarn-error.log
# Environment files
.env
.env.*
!.env.example
# Tool caches
.eslintcache
.stylelintcache
.mypy_cache/
.pytest_cache/
.ruff_cache/
.pyre/
.pytype/
.cache/
# Python artifacts
__pycache__/
*.py[cod]
*.egg-info/
*.egg
.venv/
venv/
env/
# Coverage reports
.coverage
.coverage.*
coverage/
coverage.xml
htmlcov/
# IDE & OS noise
.DS_Store
.idea/
.vscode/
*.swp
*.swo
# Databases & misc
*.sqlite3
*.db