We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/vfarcic/dot-ai'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Node.js
node_modules/
npm-debug.log*
# Build outputs
dist/
*.tsbuildinfo
# Environment files
.env
.env.local
# Temporary and storage directories
tmp/
temp/
kind-storage/
# Git
.git/
.gitignore
# Docker files
Dockerfile*
docker-compose*.yml
# MCP configs
.mcp*.json
# Tests
tests/
coverage/
# Documentation
*.md
docs/
# Examples
examples/