Skip to main content
Glama

EverArt Forge MCP Server

index.d.ts624 B
export type Browser = { /** Human-readadable name of the browser. */ name: string; /** Unique ID for the browser on the current platform: - On macOS, it's the ID in LaunchServices. - On Linux, it's the desktop file ID (from `xdg-mime`). - On Windows, it's an invented ID as Windows doesn't have IDs. */ id: string; }; /** Get the default browser for the current platform. @returns A promise for the browser. ``` import defaultBrowser from 'default-browser'; console.log(await defaultBrowser()); //=> {name: 'Safari', id: 'com.apple.Safari'} ``` */ export default function defaultBrowser(): Promise<Browser>;

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/nickbaumann98/everart-forge-mcp'

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