We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/sinco-lab/mcp-youtube-transcript'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Source
src/
tests/
# Config files
.eslintrc.json
.prettierrc
tsconfig.json
.dockerignore
Dockerfile
smithery.yaml
# Development files
.git/
.github/
.vscode/
.idea/
*.log
.DS_Store
# Dependencies
node_modules/
.pnpm-store/
# Test files
coverage/
.nyc_output/
# Environment
.env
.env.*