Skip to content
Cline

TypesenseKit for Cline

io.github.typesensekit/typesensekit

95 typed Typesense operations for AI agents through an MCP server that is read-only by default.

client:Cline transport:stdio runtime:npm

Install TypesenseKit in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "typesensekit": {
      "command": "npx",
      "args": [
        "-y",
        "@typesensekit/mcp"
      ],
      "env": {
        "TYPESENSE_URL": "<TYPESENSE_URL>",
        "TYPESENSE_API_KEY": "<TYPESENSE_API_KEY>",
        "TYPESENSEKIT_READ_ONLY": "<TYPESENSEKIT_READ_ONLY>",
        "TYPESENSE_CONNECTION_TIMEOUT_SECONDS": "<TYPESENSE_CONNECTION_TIMEOUT_SECONDS>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

TypesenseKit in other clients