Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
Scraper.is MCP Server
Claim
by
Ai-Quill
npm
GitHub
Browser Automation
Search
TypeScript
MIT License
444
4
Apple
Linux
Reddit
Discord
Overview
Inspect
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
src
api.md
.eslintrc.json
.gitignore
install.sh
LICENSE
.npmignore
package.json
package-lock.json
README.md
tsconfig.json
vitest.config.ts
yarn.lock
import { defineConfig } from 'vitest/config'; export default defineConfig({ test: { globals: true, environment: 'node', include: ['src/tests/**/*.test.ts'], coverage: { provider: 'v8', reporter: ['text', 'json', 'html'], }, }, });