We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/tsviz/arc-config-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Dependencies
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Build output
build/
dist/
*.tsbuildinfo
# Environment files
.env
.env.local
.env.*.local
# IDE files
.vscode/
.idea/
*.swp
*.swo
# OS files
.DS_Store
Thumbs.db
# Logs
logs/
*.log
# Coverage
coverage/
*.lcov
# Runtime
.nyc_output/
.cache/
# Optional npm cache directory
.npm
# Temporary folders
tmp/
temp/
# Context/reference materials (not part of actual project)
context-from-repo/
# Development artifacts
archived-docs/
archived-tests/
examples/deprecated/
# Temporary development files
*.tmp
*.temp
test-*.js
debug-*.js
demo-*.sh