Skip to content
VS Code

Typesense Cloud for VS Code

org.typesense/typesense-cloud

Add fast, typo-tolerant search to your site or app, and run the Typesense clusters behind it.

client:VS Code transport:streamable-http

Install Typesense Cloud in VS Code

.vscode/mcp.json

{
  "servers": {
    "typesense-cloud": {
      "type": "http",
      "url": "https://cloud.typesense.org/mcp/v1"
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

Typesense Cloud in other clients