Meilisearch icon

Meilisearch

Generates an MCP server from the Meilisearch OpenAPI specification.

Acerca de

This project provides an auto-generated MCP (Multi-Agent Conversation Protocol) Server specifically tailored for the Meilisearch API. Built with AG2's MCP builder, it enables seamless multi-agent interactions with Meilisearch services, abstracting the underlying API through a standardized protocol. It supports various transport modes and offers robust development tooling for linting, static analysis, and testing, making it a comprehensive solution for integrating Meilisearch into agent-based systems.

Características Principales

  • Auto-generated from OpenAPI specification
  • Hatch integration for building and publishing
  • Integrated development tools (Ruff, Mypy, Pytest, pre-commit hooks)
  • Supports multiple transport modes (stdio, SSE, streamable-HTTP)
  • Configurable via environment variables or JSON files
  • 0 GitHub stars

Casos de Uso

  • Developing and testing MCP-compatible integrations for existing OpenAPI-defined APIs
  • Building multi-agent applications that interact with the Meilisearch API
  • Standardizing communication protocols for API interactions within an agent system
Meilisearch MCP Server: OpenAPI-Generated Python Tool