Skip to main content
Glama

MCP Bridge Server

windows.d.ts869 B
import { MachineIdProvider, MachineIdOptions } from '../types.js'; /** * Windows machine ID provider * Uses WMI to get system UUID */ export declare class WindowsMachineIdProvider implements MachineIdProvider { private cacheFile; private cachedId; private validationPattern; constructor(options?: MachineIdOptions); /** * Get machine ID using WMI */ getId(): Promise<string>; /** * Validate machine ID format */ validate(id: string): boolean; /** * Get cached machine ID */ getCached(): string | null; /** * Clear cached machine ID */ clearCache(): void; /** * Cache machine ID to file */ private cacheId; /** * Get machine ID using fallback methods */ private getFallbackId; } export declare const windowsProvider: WindowsMachineIdProvider;

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/glassBead-tc/SubspaceDomain'

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