@typesensekit/mcp
v1.4.4
Published
95 typed Typesense operations for AI agents through an MCP server that is read-only by default.
Maintainers
Readme
@typesensekit/mcp
An open-source Typesense MCP server that gives AI agents structured tools for search, schema inspection, collection operations, and cluster administration. It runs in read-only mode by default.
Typesense MCP overview · Client setup · Security guide · GitHub
TYPESENSE_URL=http://localhost:8108 TYPESENSE_API_KEY=xyz pnpm dlx @typesensekit/mcpSet TYPESENSEKIT_READ_ONLY=false to expose write/delete/admin tools.
Run the stateless Streamable HTTP server:
TYPESENSE_URL=http://localhost:8108 TYPESENSE_API_KEY=xyz pnpm dlx --package @typesensekit/mcp typesensekit-mcp-httpSee the API coverage inventory for supported Typesense operations.
