Skip to main content
Glama
package.json1.5 kB
{ "name": "local-search-mcp", "version": "2.2.0", "description": "MCP server for indexing, chunking, and serving local files for AI context", "main": "build/index.js", "bin": { "local-search-mcp": "build/index.js" }, "type": "module", "files": [ "build", "README.md", "LICENSE" ], "scripts": { "build": "tsc", "prepare": "npm run build", "start": "node build/index.js", "dev": "tsx watch src/index.ts", "test": "echo \"No tests yet\" && exit 0", "clean": "npx rimraf ./build && npx rimraf ./node_modules" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.18.2", "@tensorflow-models/universal-sentence-encoder": "^1.3.3", "@tensorflow/tfjs": "^4.22.0", "@tensorflow/tfjs-node": "^4.17.0", "better-sqlite3": "^12.4.1", "chokidar": "^4.0.1", "langchain": "^0.2.18", "p-limit": "^7.1.1", "repomix": "^1.6.0", "sqlite-vec": "^0.1.7-alpha.2" }, "devDependencies": { "@commitlint/cli": "^20.0.0", "@commitlint/config-conventional": "^20.0.0", "@semantic-release/changelog": "^6.0.3", "@semantic-release/git": "^10.0.1", "@semantic-release/github": "^11.0.6", "@semantic-release/npm": "^12.0.2", "@types/better-sqlite3": "^7.6.12", "@types/node": "^20.19.17", "semantic-release": "^24.2.9", "tsx": "^4.7.3", "typescript": "^5.9.2" }, "keywords": [ "mcp", "file-indexing", "ai", "embeddings" ], "author": "", "license": "MIT" }

Latest Blog Posts

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/PatrickRuddiman/local-search-mcp'

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