Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
Meilisearch MCP Server
Claim
by
devlimelabs
GitHub
Search
Databases
Developer Tools
TypeScript
MIT License
4
Apple
Linux
Reddit
Discord
Overview
Inspect
New
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
meilisearch-ts-mcp
examples
scripts
src
CONTRIBUTING.md
directory-structure.md
docker-compose.yml
Dockerfile
.env.example
.eslintrc.json
.gitignore
implementation-plan.md
jest.config.js
LICENSE
meilisearch.open-api.json
.node-loader.mjs
package.json
package-lock.json
README.md
smithery.yaml
tsconfig.json
vector-search-guide.md
{ "env": { "es2022": true, "node": true }, "extends": [ "eslint:recommended", "plugin:@typescript-eslint/recommended" ], "parser": "@typescript-eslint/parser", "parserOptions": { "ecmaVersion": "latest", "sourceType": "module" }, "plugins": [ "@typescript-eslint" ], "rules": { "indent": ["error", 2], "linebreak-style": ["error", "unix"], "quotes": ["error", "single", { "avoidEscape": true }], "semi": ["error", "always"], "@typescript-eslint/no-explicit-any": "warn", "@typescript-eslint/explicit-function-return-type": "off", "@typescript-eslint/explicit-module-boundary-types": "off" } }