mcp-lancedb

{ "name": "lance-mcp", "version": "0.2.2", "author": { "name": "Alex Komyagin", "email": "alex@adiom.io" }, "description": "MCP server for interacting with LanceDB database", "license": "MIT", "type": "module", "bin": { "lance-mcp": "dist/index.js" }, "files": [ "dist" ], "scripts": { "build": "tsc && shx chmod +x dist/*.js", "prepare": "npm run build", "watch": "tsc --watch", "seed": "tsx src/seed.ts" }, "keywords": [ "mcp", "claude", "lancedb", "anthropic", "ai", "database" ], "dependencies": { "@lancedb/lancedb": "^0.15.0", "@langchain/community": "^0.3.24", "@langchain/ollama": "^0.1.4", "@modelcontextprotocol/sdk": "1.1.1", "minimist": "^1.2.8", "pdf-parse": "^1.1.1" }, "devDependencies": { "@types/node": "^22.10.7", "shx": "^0.3.4", "tsx": "^4.19.2", "typescript": "^5.7.3" }, "overrides": { "@langchain/community": { "@lancedb/lancedb": "^0.15.0" } }, "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "https://github.com/adiom-data/lance-mcp.git" }, "bugs": { "url": "https://github.com/adiom-data/lance-mcp/issues" } }