Skip to content

solidsynapse/MCP-Synapse

MCP Synapse

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.

MCP Synapse

Early Access Status

This repository is in the v0.6.x Early Access release lane.

Source Visibility and Usage

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.

Quick Start

  1. Use the official v0.6.0-rc.1 release package and review INSTALL_RUN_NOTES.md.
  2. Verify installer hashes against SHA256SUMS.txt.
  3. Install and launch MCP Synapse.
  4. Review UNSIGNED_NOTICE.md for current SmartScreen guidance.

Why MCP Synapse Exists

  • 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

Key Capabilities

  • 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

Architecture Boundaries

  • 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)

Security Model (Local-First / BYOK)

Install and Verify Release Integrity

PowerShell hash verification example:

Get-FileHash -Algorithm SHA256 .\MCP Synapse_0.6.0-rc.1_x64-setup.exe

Compare the output hash with SHA256SUMS.txt.

Documentation and Support

About

Provider-agnostic MCP control plane for managing connections, routing requests, and policy enforcement across AI vendors.

Topics

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks