Skip to main content
Glama
.gitignore853 B
# Binaries for programs and plugins *.exe *.exe~ *.dll *.so *.dylib # Test binary, built with `go test -c` *.test # Output of the go coverage tool *.out # Dependency directories vendor/ # Go workspace file go.work # Environment variables .env .env.local .env.*.local # IDE - VSCode .vscode/ *.code-workspace # IDE - GoLand .idea/ # IDE - Vim *.swp *.swo *~ # IDE - Emacs *~ \#*\# .\#* # OS - macOS .DS_Store .AppleDouble .LSOverride Icon ._* .Spotlight-V100 .Trashes # OS - Windows Thumbs.db ehthumbs.db Desktop.ini $RECYCLE.BIN/ # OS - Linux *~ .directory .Trash-* # Build artifacts /dist/ /build/ /bin/ /tmp/ /release/ # Logs *.log logs/ # Temporary files *.tmp *.temp *.bak *.backup __pycache__ # Test coverage coverage.html coverage.xml coverage.out # Air (live reload tool) tmp/ # Local configuration files config.local.* *.local

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/adamydwang/NanoBananaPro'

If you have feedback or need assistance with the MCP directory API, please join our Discord server