Skip to main content
Glama

Stealth Browser MCP Server

by brian-ln
CLAUDE.md1.31 kB
# stealth-browser-mcp Guidelines ## Workflow - Use a git feature based workflow and always work in a feature and make sure we commit things along the way. - Don't mix features in a single branch. If we need to work on multiple features, create separate branches. - If we learn something along the way about how to work better please share it with me and if I agree you can add it to this file. Don't ever add anything here with my specific approval. - You've got tools, use them! ## Commands - **Run**: `bun run index.ts` - Run the main application - **Dev**: `bun --watch index.ts` - Run with live reloading ## Code Style - **Imports**: Use named imports, sort alphabetically, group by type - **Formatting**: 2-space indentation, trailing semicolons - **Types**: Prefer explicit typing with interfaces over types when possible - **Naming**: camelCase for variables/functions, PascalCase for classes/types - **Error Handling**: Use try/catch with specific error types, avoid generic catches - **Comments**: JSDoc for public APIs, inline for complex logic - **Async**: Prefer async/await over raw Promises - **Stealth Browser**: Follow puppeteer-extra plugin patterns for stealth features ## Project Structure - `index.ts`: Main application entry point This project uses Bun and TypeScript with ESM modules.

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/brian-ln/stealth-browser-mcp'

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