We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/last9/last9-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Build and test artifacts
*.out
*.test
*.prof
# Development files
.git/
.gitignore
*.md
LICENSE
# IDE and editor files
.vscode/
.idea/
*.swp
*.swo
*~
# OS generated files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
# Logs
*.log
# Temporary files
*.tmp
*.temp
# Environment files
.env
.env.local
.env.*.local
# Coverage reports
coverage.html
coverage.out
# Dependencies
vendor/
# Build cache
.cache/