Skip to content
Windsurf

TypesenseKit for Windsurf

io.github.akshitkrnagpal/typesensekit

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

client:Windsurf transport:stdio runtime:npm

Install TypesenseKit in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.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>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

TypesenseKit in other clients