Skip to main content
Glama

LanceDB Node

by vurtnec
package.json733 B
{ "name": "@modelcontextprotocol/server-lancedb", "version": "0.1.0", "description": "MCP server for vector search using LanceDB", "license": "MIT", "author": "Vurtnec", "type": "module", "bin": { "mcp-server-lancedb": "dist/index.js" }, "files": [ "dist" ], "scripts": { "build": "tsc && shx chmod +x dist/*.js", "prepare": "npm run build", "watch": "tsc --watch" }, "dependencies": { "@lancedb/lancedb": "^0.17.0", "@modelcontextprotocol/sdk": "0.5.0", "apache-arrow": "^15.0.2", "node-fetch": "^3.3.2", "zod": "^3.24.1", "zod-to-json-schema": "^3.24.1" }, "devDependencies": { "@types/node": "^22", "shx": "^0.3.4", "typescript": "^5.3.3" } }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/vurtnec/mcp-LanceDB-node'

If you have feedback or need assistance with the MCP directory API, please join our Discord server