LocalSynapse

LocalSynapse

Offline AI-powered local file search MCP server for Windows. Searches inside document contents (Word, Excel, PDF, PowerPoint, HWP) using BM25 + dense vector hybrid search. 100% local, no cloud, no login, no telemetry.

Category
Visit Server

README

LocalSynapse

Local file search engine with MCP server. Indexes files across all drives and provides full-text search, filename search, and semantic search — all running 100% offline.

Features

  • File scanning — Indexes all fixed drives, skips cloud placeholders (OneDrive, Dropbox, etc.)
  • Full-text search — BM25 ranking with Porter stemmer, Korean/English support
  • Semantic search — BGE-M3 embedding model (optional, runs locally via ONNX)
  • MCP server — stdio JSON-RPC server for AI assistant integration
  • Desktop UI — Avalonia cross-platform GUI

Build

dotnet build LocalSynapse.v2.sln

Run

# GUI
dotnet run --project src/LocalSynapse.UI

# MCP server
dotnet run --project src/LocalSynapse.UI -- mcp

Project Structure

src/
  LocalSynapse.Core/       # Models, Interfaces, DB
  LocalSynapse.Pipeline/   # Scan, parse, chunk, embed
  LocalSynapse.Search/     # BM25, Dense, Hybrid search
  LocalSynapse.Mcp/        # MCP stdio server
  LocalSynapse.UI/         # Avalonia desktop app

MCP Configuration

Add LocalSynapse as an MCP server in your Claude Desktop or Claude Code config:

{
  "mcpServers": {
    "localsynapse": {
      "command": "C:\\Program Files\\LocalSynapse\\LocalSynapse.exe",
      "args": ["mcp"],
      "env": {}
    }
  }
}

Available MCP Tools

Tool Description
search_files Search files by keyword or semantic query
get_file_content Read the content of an indexed file
list_indexed_files List all indexed files with filters
get_pipeline_status Check indexing pipeline status

License

Apache License 2.0

Code Signing Policy

LocalSynapse releases are signed to ensure authenticity and integrity.

Free code signing provided by SignPath.io, certificate by SignPath Foundation.

Team Roles

Privacy Policy

This program will not transfer any information to other networked systems unless specifically requested by the user or the person installing or operating it.

All file indexing, search, and AI embedding operations run 100% locally on your machine. No data is sent to any external server. No login or account is required.

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured