TypesenseKit for Cursor
io.github.typesensekit/typesensekit
95 typed Typesense operations for AI agents through an MCP server that is read-only by default.
client:Cursor
transport:stdio
runtime:npm
Install TypesenseKit in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"typesensekit": {
"type": "stdio",
"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>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs