Skip to main content
Glama
settings.ts437 B
import { alovaInstance } from './alova/client' import type { Setting, SettingUpdate } from './types' /** * Get current settings */ export const getSettings = () => { return alovaInstance.Get<Setting>('/api/settings', { name: 'getSettings', }) } /** * Update settings */ export const updateSettings = (data: SettingUpdate) => { return alovaInstance.Put<Setting>('/api/settings', data, { name: 'updateSettings', }) }

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/itcook/graphiti-mcp-pro'

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