We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/PostmanV3/mcp-PostmanV3'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Source files
src/
tsconfig.json
# Development files
.git/
.gitignore
.pnpm-debug.log
pnpm-lock.yaml
package-lock.json
# Documentation (keep README.md and LICENSE)
docs/
*.md
!README.md
# Test files
test-health-check.js
test/
tests/
*.test.ts
*.spec.ts
# Development config
.vscode/
.idea/
*.swp
*.swo
*~
# Build artifacts (we only want the final build)
*.tsbuildinfo
# Environment files
.env
.env.*
# Docker
Dockerfile
.dockerignore
# CI/CD
.github/
.gitlab-ci.yml
.travis.yml
# Smithery config (not needed in npm package)
smithery.yaml
# OS files
.DS_Store
Thumbs.db