Typesense MCP サーバー
Typesenseとインターフェースするモデルコンテキストプロトコル(MCP)サーバー
インストール
uvをインストールする
MacではHomebrewを使ってインストールできます
パッケージをクローンする
カーソルで使用するために.cursor/mcp.json
を更新します
利用可能なツール
Typesense MCP サーバーは次のツールを提供します。
サーバー管理
check_typesense_health
- 設定されたTypesenseサーバーのヘルスステータスをチェックしますlist_collections
- Typesenseサーバー内のすべてのコレクションのリストを取得します
コレクション管理
describe_collection
- 特定のコレクションのスキーマとメタデータを取得しますexport_collection
- 特定のコレクションからすべてのドキュメントをエクスポートしますcreate_collection
- 指定されたスキーマで新しいコレクションを作成しますdelete_collection
- 特定のコレクションを削除しますtruncate_collection
- スキーマを保持したまますべてのドキュメントを削除してコレクションを切り捨てます
ドキュメント操作
create_document
- 特定のコレクションに単一の新しいドキュメントを作成しますupsert_document
- 特定のコレクション内の単一のドキュメントをアップサート(作成または更新)しますindex_multiple_documents
- 複数のドキュメントを一括でインデックス(作成、アップサート、更新)しますdelete_document
- 特定のコレクションからIDで単一のドキュメントを削除しますimport_documents_from_csv
- CSVデータからコレクションにドキュメントをインポートします
検索機能
search
- 特定のコレクションでキーワード検索を実行しますvector_search
- 特定のコレクションに対してベクトル類似性検索を実行します
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
Tools
モデル コンテキスト プロトコルを通じて Typesense データベース内のベクトルおよびキーワード検索機能を有効にし、コレクション管理、ドキュメント操作、および検索機能のためのツールを提供するサーバー。
Related MCP Servers
- -securityAlicense-qualityAn MCP server implementation that enables AI models to discover, search, and analyze data stored in Typesense collections through tools for querying documents, retrieving specific items, and accessing collection statistics.Last updated -113MIT License
- -securityAlicense-qualityA server that enables language models to perform web searches through SearXNG using the Model Context Protocol standard.Last updated -52MIT License
- -securityFlicense-qualityA Model Context Protocol server that searches transcript segments in a Turso database using vector similarity, allowing users to find relevant content by asking questions without generating new embeddings.Last updated -2
- AsecurityAlicenseAqualityA Model Context Protocol server that enables semantic search capabilities by providing tools to manage Qdrant vector database collections, process and embed documents using various embedding services, and perform semantic searches across vector embeddings.Last updated -411MIT License