Skip to content
Zed

TypesenseKit for Zed

io.github.typesensekit/typesensekit

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

client:Zed transport:stdio runtime:npm

Install TypesenseKit in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

{
  "context_servers": {
    "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>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

TypesenseKit in other clients