MCP Synapse is a provider-agnostic MCP control plane for managing connections, routing requests, and enforcing policy and resilience controls across AI vendors. It provides a local-first desktop runtime while keeping provider execution in the backend core.
This repository is in the v0.6.x Early Access release lane.
- Current release package:
docs/release/releases/v0.6.0-rc.1/ - Binding project SSOT:
docs/DECISIONS.md,docs/STATUS.md,docs/TASKS.md
MCP Synapse source is publicly viewable, but this project is not open source.
All rights are reserved unless explicitly granted by Solid Synapse.
Forks, modified builds, and redistributed versions must not use MCP Synapse branding in a way that implies official distribution or endorsement.
- Use the official
v0.6.0-rc.1release package and reviewINSTALL_RUN_NOTES.md. - Verify installer hashes against
SHA256SUMS.txt. - Install and launch MCP Synapse.
- Review
UNSIGNED_NOTICE.mdfor current SmartScreen guidance.
- Provider-agnostic operational surface for MCP connection management and routing controls
- Local-first, BYOK posture for credentials and runtime operation
- Deterministic request handling with explicit error behavior
- Consolidated policy, resilience, and usage visibility in one desktop app
- Connection lifecycle operations (create, edit, start, stop, delete)
- Dashboard and usage visibility for request-level operations
- Policy surfaces (Persona, Optimizations)
- Resilience surfaces (Budget Guards, Interceptors)
- Packaged desktop runtime with release integrity artifacts
- UI is a thin shell: collect state, dispatch requests, render results
- Production UI request path goes through a single dispatch entrypoint
- Provider and network logic remain in backend core under
src/ - No hidden retry/backoff or silent fallback on product paths (per SSOT)
- Credentials are user-owned and managed locally
- Runtime behavior is designed to be explicit and deterministic
- Security reporting and disclosure policy:
SECURITY.md - Release trust note:
docs/release/releases/v0.6.0-rc.1/TRUST_SECURITY.md
- Install/run notes:
docs/release/releases/v0.6.0-rc.1/INSTALL_RUN_NOTES.md - Release notes:
docs/release/releases/v0.6.0-rc.1/RELEASE_NOTES.md - What changed:
docs/release/releases/v0.6.0-rc.1/WHAT_CHANGED.md - SHA256 checksums:
docs/release/releases/v0.6.0-rc.1/SHA256SUMS.txt - Unsigned notice:
docs/release/releases/v0.6.0-rc.1/UNSIGNED_NOTICE.md
PowerShell hash verification example:
Get-FileHash -Algorithm SHA256 .\MCP Synapse_0.6.0-rc.1_x64-setup.exeCompare the output hash with SHA256SUMS.txt.
- Product docs: https://mcpsynapse.dev/docs
- Feedback: https://mcpsynapse.dev/feedback
- About: https://mcpsynapse.dev
- Check for updates: https://mcpsynapse.dev/download
- Product issues: GitHub Issues
- Security reports:
SECURITY.md