MCP Server
MCP
TypesenseKit
95 typed Typesense operations for AI agents through an MCP server that is read-only by default.
Install
npx -y @typesensekit/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "@typesensekit/mcp",
"version": "1.4.4",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "URL of the Typesense server, including protocol and port when required.",
"isRequired": true,
"format": "string",
"placeholder": "http://localhost:8108",
"name": "TYPESENSE_URL"
},
{
"description": "Typesense API key used to authenticate server operations.",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "TYPESENSE_API_KEY"
},
{
"description": "Expose only read operations unless explicitly disabled.",
"format": "boolean",
"default": "true",
"name": "TYPESENSEKIT_READ_ONLY"
},
{
"description": "Optional Typesense connection timeout in seconds.",
"format": "number",
"name": "TYPESENSE_CONNECTION_TIMEOUT_SECONDS"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment