MCP Directory
Back

modelcontextprotocol-local-search

by ahmadkhan100 · JavaScript · ★ 0

A Model Context Protocol server for vector search over local files using transformers.js and FAISS

Install

npx -y github:ahmadkhan100/modelcontextprotocol-local-search

Claude Desktop config

Add this to your claude_desktop_config.json:

{
  "mcpServers": {
    "modelcontextprotocol-local-search": {
      "command": "npx",
      "args": [
        "-y",
        "github:ahmadkhan100/modelcontextprotocol-local-search"
      ]
    }
  }
}

From the README

Node.js server implementing Model Context Protocol (MCP) for local vector search operations over your files and documents. - PDF and text document processing - Document chunking and vectorization - Local embedding generation using transformers.js - Vector similarity search with HNSWLib - Operates entirely on the local machine (no data leaves your computer) - ESM compatibility **Note**: The server will only allow operations on files and directories specified via the command line arguments. - : Vector search operations interface - **index_file** - Index a file for vector search - Input:…
Read full README on GitHub →

💡 Need a managed MCP host?

Try Claude Pro for the smoothest MCP experience, or browse our cloud-hosted servers.

Related filesystem servers