We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/j0hanz/fs-context-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Dependencies
node_modules
# Build output
dist
*.tsbuildinfo
# Version control
.git
.gitignore
# CI/CD & Editor
.github
.vscode
.cursor
# Tests
src/__tests__
node-tests
coverage
# Development
.env
.env.*
.ts-trace
# Docker (avoid recursive context)
Dockerfile
docker-compose.yml
.dockerignore
# Documentation (not needed in image)
*.md
!README.md
LICENSE
CONTRIBUTING.md
# Tooling configs
eslint.config.mjs
knip.json
.prettierrc*