We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/sven-borkert/knowledge-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Node.js / TypeScript
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# TypeScript build output
dist/
*.js
*.js.map
*.d.ts
*.d.ts.map
# Keep TypeScript source files
!src/**/*.ts
# Package manager files (keep for reproducible builds)
# package-lock.json # not needed with pnpm
# yarn.lock # not needed with pnpm
# pnpm-lock.yaml # keep for reproducible builds
# Testing
coverage/
.nyc_output/
test-results/
# Cache
.npm
.pnpm-store/
.eslintcache
.cache/
.mypy_cache/
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# SSH environment
.sshenv
# Environment
.env
.env.local
# MCP configuration
.mcp.json
# Temporary files
*.tmp
*.temp