1. Conduid
  2. Developer Tools
  3. Typesense MCP Server
MCP server · Developer Tools

Typesense MCP Server

MCP server for Typesense

Unclaimed last commit a year ago mcpmcp-serverpython
41Fair

Scored 20 days ago · breakdown

About Typesense MCP Server

Typesense MCP Server is an MCP server published by sourabh-khot65 in the Developer Tools category: mCP server for Typesense. It has been installed 0 times through Conduid.

The repository has 4 stars and 1 forks, with the last commit a year ago. Six months or more without a commit doesn't mean the server is broken, but check the open issues (0) before depending on it in production.

Install

Install
npx typesense-mcp-server

This server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.

Ask AI

Ask AI about Typesense MCP Server

Powered by Claude · Grounded in docs

I know everything about Typesense MCP Server. Ask me about installation, configuration, usage, or troubleshooting.

Security checks

  • ·README presentNot checked yet.
  • ·License declaredNot checked yet.
  • ·Tests presentNot checked yet.
  • ·Dependencies pinnedNot checked yet.
  • ·No dynamic code executionNot checked yet.
  • !Scoped permissionsDoesn't declare a permission scope. Assume it can do anything its process can.

README

Typesense MCP Server

A Model Control Protocol (MCP) server for interacting with Typesense, a fast, typo-tolerant search engine. This server provides a standardized interface for performing searches across any Typesense collection.

Features

  • Generic search interface for any Typesense collection
  • Support for all Typesense search parameters
  • Typo-tolerant search
  • Filtering and faceting support
  • Pagination

Configuration

The server can be configured using the following environment variables:

  • TYPESENSE_HOST: Typesense server host (default: "localhost")
  • TYPESENSE_PORT: Typesense server port (default: 8108)
  • TYPESENSE_PROTOCOL: Protocol to use (http/https) (default: "http")
  • TYPESENSE_API_KEY: Typesense API key (default: "xyz")

Available Tools

typesense_search

Search documents in any Typesense collection.

Parameters:

  • collection (required): Name of the Typesense collection to search in
  • q (required): Search query to find documents
  • query_by (optional): Comma-separated list of fields to search in (default: "*")
  • filter_by (optional): Filter expressions (e.g., "field:value", "num_field:>100")
  • page (required): Page number for pagination (1-based)
  • per_page (required): Number of results per page (default: 10, max: 100)

Development

Prerequisites

  • Go 1.23 or later
  • Access to a Typesense server

Building

go build -o typesense-mcp-server

Running

./typesense-mcp-server

README mirrored from the source repository 20 days ago. The original is authoritative.

Questions

About Typesense MCP Server

How do I install Typesense MCP Server?

Run npx typesense-mcp-server, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is Typesense MCP Server safe to use with an AI agent?

Its trust score is 41 out of 100 (fair). It passes 0 of 1 static security checks; the failures are listed above. It has no ConduID identity yet, so agent calls to it are not receipted.

Is Typesense MCP Server still maintained?

The last commit was a year ago, with 0 open issues. That's long enough that you should check whether the maintainer is responding to issues before depending on it.