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
{
"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