Skip to main content
Glama
fzf.ts284 B
import { extendedMatch, Fzf } from "fzf"; // eslint-disable-next-line @typescript-eslint/no-explicit-any export const useFzf = (list: any, selector: (item: any) => string) => { return new Fzf(list, { casing: "case-insensitive", match: extendedMatch, selector, }); };

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/systeminit/si'

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