Skip to main content
Glama

PopUI

by kelnishi
preferences.ts473 B
import Store from 'electron-store'; import { app } from 'electron'; import yaml from 'js-yaml'; interface AppPreferences { toolCalls: number; autoSend: boolean; } const preferences = new Store<AppPreferences>({ cwd: app.getPath('userData'), name: 'preferences', fileExtension: 'yaml', serialize: yaml.dump, deserialize: yaml.load as (data: string) => AppPreferences, defaults: { autoSend: true, toolCalls: 0 } }); export default preferences;

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/kelnishi/PopUI'

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