Skip to main content
Glama
layout.ts325 B
import {create} from 'zustand' interface Store { collapse: boolean updateField: (key: string, value: unknown) => void } const useStore = create<Store>((set) => ({ collapse: false, updateField(key: string, value: unknown) { set({ [key]: value }) } })) export default useStore

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/weibaohui/k8m'

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