We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/wer8956741/mcpCodeCheck'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Source files
*.go
go.mod
go.sum
vendor/
# Development files
test_*.go
debug_*.go
*.log
# OS files
.DS_Store
Thumbs.db
# IDE files
.vscode/
.idea/
*.swp
*.swo
# Git
.git/
.gitignore
# Temporary files
tmp/
temp/
*.tmp
# Build artifacts (except the final binary)
*.o
*.a
*.so
# Keep only the compiled binary in bin/
bin/*
!bin/go-guard