We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/dvvincent/vergeos-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
.gitignore•232 B
# Dependencies
node_modules/
# Environment files with secrets
.env
# OS files
.DS_Store
Thumbs.db
# IDE
.vscode/
.idea/
# Logs
*.log
npm-debug.log*
# Build artifacts
dist/
build/
# Blog post (not for public repo)
BLOG-POST.md