We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/FreePeak/db-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Go source files
*.go
go.mod
go.sum
# Build artifacts
bin/
*.exe
*.out
*.test
# Development files
.env
*.local
config.json
# Documentation
docs/
*.md
!README.md
!CHANGELOG.md
!LICENSE
# CI/CD
.github/
# Docker
Dockerfile
docker-compose.yml
# IDE
.vscode/
.idea/
.cursor/
# OS
.DS_Store
Thumbs.db
# Tests
*_test.go
testdata/
# Examples
examples/
# Logs
*.log
logs/
# Temporary files
tmp/
temp/
*.tmp