Enables hybrid keyword and semantic vector search on a Meilisearch index via an MCP server.
This MCP server, written in Go, enhances Meilisearch's capabilities by providing hybrid search functionality. It combines traditional keyword-based search with semantic vector search, allowing for more relevant and nuanced results. Users can adjust the balance between keyword and semantic search using a ratio parameter, filter results based on specific attributes, and leverage pre-defined prompts for guidance on effective usage. The server communicates via standard input/output and is configured through environment variables for easy integration with Meilisearch instances.