LocalSynapse MCP Server Adds macOS Support and Search Improvements

LocalSynapse is an MCP server that enables Claude to search inside local documents (Word, Excel, PDF) fully offline. The tool has been updated with macOS support and several search improvements based on community feedback.
macOS Version Now Available
The macOS version works as an MCP server with Claude Desktop and Claude Code, using the same hybrid BM25 + semantic search engine as the existing version. Setup requires adding the following configuration:
{
"mcpServers": {
"localsynapse": {
"command": "/path/to/LocalSynapse",
"args": ["mcp"]
}
}
}Search Improvements
Based on feedback from the r/ClaudeAI community, several search enhancements have been implemented or are planned:
- Multi-word search fix: A bug causing queries like "sifive structure" to return zero results has been fixed and shipped.
- Position-adjusted click boosting: Clicking result #8 after skipping results 1-7 provides a stronger positive signal than raw click counts. This feature is next on the roadmap.
- Re-query as negative signal: When a user searches, clicks a result, then searches again within seconds, that click is tracked as a probable miss.
- Time decay as promotion: Instead of punishing old documents, newer documents receive a small boost when scores are close, which is particularly useful for financial and legal documents that remain relevant for years.
Additional Updates
The latest version also properly excludes cloud-synced files from indexing statistics. LocalSynapse remains a free, fully offline side project developed by a single developer.
📖 Read the full source: r/ClaudeAI
👀 See Also

Skales Desktop AI Agent Built with Claude, Features Clippy-Style Mascot
Skales is a desktop AI agent that runs locally on Windows and macOS, using Claude via OpenRouter/Anthropic API for reasoning and tool execution. It includes a floating Desktop Buddy mascot with a paperclip skin reference and can execute commands like sending emails, managing files, browsing the web, and managing calendars.

Fullerenes: Open-source persistent memory layer for coding agents cuts tokens by 64% on SWE-bench
Fullerenes uses a local SQLite knowledge graph built via Tree-sitter to give coding agents like Claude Code persistent memory, reducing token usage by 64% on SWE-bench and up to 96.6% on internal benchmarks.

Claude Code's Monitor tool pipes dev server logs into AI-driven auto-fixes
Claude Code's Monitor tool lets you run a dev server in background, tail logs with smart grep filters, and have Claude auto-detect errors, write fixes, and commit them — all while you test the UI.

Developer Builds Open Source AI Skill to Validate Startup Ideas, Kills Own Idea in 10 Minutes
A developer built an open source AI skill called startup-design that walks through 8 phases of startup validation from brainstorming to financial projections. When testing it on his own startup idea, the skill asked hard questions that revealed he wasn't the right founder for that particular concept.