Skip to main content
Glama

Meilisearch MCP Server

by devlimelabs
.node-loader.mjs368 B
export const resolve = (specifier, context, nextResolve) => { return nextResolve(specifier, context); }; export const load = (url, context, nextLoad) => { return nextLoad(url, context); }; export const getFormat = (url, context, defaultGetFormat) => { if (url.endsWith('.ts')) { return { format: 'module' }; } return defaultGetFormat(url, context); };

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/devlimelabs/meilisearch-ts-mcp'

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