The Cardea Agentic Search is a Model Context Protocol (MCP) server that provides agentic search capabilities with support for vector search using Qdrant, keyword search using TiDB, or both combined.
- search
- Perform a vector, keyword, or combined search for the given query
- Input parameters:
query: The query to search for
- Returns a list of search results
See USAGE.md for detailed usage instructions and examples.
See DEVELOPMENT.md for detailed development instructions.