Skip to main content
Glama
meilisearch

Meilisearch MCP Server

Official
by meilisearch
test.yml1.23 kB
name: Test and Lint on: pull_request: branches: [ main ] push: branches: [ main ] jobs: test: runs-on: ubuntu-latest services: meilisearch: image: getmeili/meilisearch:v1.16 ports: - 7700:7700 env: MEILI_MASTER_KEY: test_master_key MEILI_ENV: development options: >- --health-cmd "curl -f http://localhost:7700/health || exit 1" --health-interval 30s --health-timeout 10s --health-retries 5 steps: - uses: actions/checkout@v4 - name: Set up Python uses: actions/setup-python@v5 with: python-version: '3.10' - name: Install dependencies run: | python -m pip install --upgrade pip pip install -r requirements-dev.txt pip install -e . - name: Format code with black run: | black src/ black tests/ - name: Wait for Meilisearch to be ready run: | timeout 60 bash -c 'until curl -f http://localhost:7700/health; do sleep 2; done' - name: Run tests env: MEILI_HTTP_ADDR: http://localhost:7700 MEILI_MASTER_KEY: test_master_key run: | pytest tests/ -v

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

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