Skip to main content
Glama
pansin
by pansin
index.d.ts416 B
/** * Browser MCP Server entry point */ export * from './types/index.js'; export * from './interfaces/tools.js'; export * from './interfaces/browser.js'; export * from './interfaces/mcp.js'; export * from './errors/index.js'; export * from './config/default.js'; export declare class BrowserMCPServer { constructor(); start(): Promise<void>; stop(): Promise<void>; } //# sourceMappingURL=index.d.ts.map

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/pansin/browserMCP'

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