We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/j0hanz/super-fetch-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Dependencies
node_modules/
yarn.lock
pnpm-lock.yaml
# Build output
dist/
*.tsbuildinfo
.tsbuildinfo.build
.tsbuildinfo.examples
.tsbuildinfo.tests
# Environment variables
.env
.env.local
.env.*.local
# MCP Registry auth tokens
.mcpregistry_*
# MCP Publisher CLI
mcp-publisher.exe
mcp-publisher
# Logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
logs/
memory_db/
.tmp/
# Editor directories and files
.github/*
!.github/workflows/
.vscode/*
!.vscode/extensions.json
!.vscode/tasks.json
.idea/
*.swp
*.swo
*~
.DS_Store
.agents
# OS files
Thumbs.db
Desktop.ini
# Testing
coverage/
.nyc_output/
# Cache
.cache/
*.cache
# Local reports
.jscpd/
reports/
metrics/
scripts/*
!scripts/build.mjs
!scripts/validate-fetch.mjs
!scripts/tasks.mjs