🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

synapse-mcp

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

synapse-mcp

Give any AI instant knowledge of your codebase — local, private, no cloud

latest
Source
npmnpm
Version
0.3.1
Version published
Weekly downloads
40
-83.74%
Maintainers
1
Weekly downloads
 
Created
Source

synapse-mcp

Give any AI instant knowledge of your codebase — local, private, no cloud.

Works with Claude Code, Cursor, Continue, Windsurf, and any MCP-compatible AI tool.

Install

No setup needed. Just run:

npx synapse-mcp

This automatically installs the Python package and starts the MCP server.

Quick start

# 1. Index your project
npx synapse-mcp synapse init C:/Projects/myapp

# 2. Register with Claude Code
claude mcp add synapse synapse-mcp

# 3. Restart your AI tool — it now knows your codebase

What it does

Synapse watches your project folders, indexes them locally using semantic embeddings, and connects to your AI tool via MCP. When you ask a question, it automatically injects the right code into context — you never have to paste files again.

CLI commands

npx synapse-mcp synapse init <path>      # Index a folder
npx synapse-mcp synapse status           # Show what's indexed
npx synapse-mcp synapse search <query>   # Search from terminal
npx synapse-mcp synapse explain <file>   # Understand a file
npx synapse-mcp synapse benchmark        # Measure retrieval quality
npx synapse-mcp synapse wipe             # Clear the index

Requires

  • Node.js 16+
  • Python 3.10+ (auto-detected)
  • GitHub
  • Full documentation
  • PyPI package

License

MIT

Keywords

mcp

FAQs

Package last updated on 26 Jul 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts