
Research
/Security News
737 Chrome VPN Extensions Linked to Brand Impersonation and Browser Traffic Redirection
The campaign amassed more than 75,000 installs by targeting Russian-speaking users seeking access to blocked services.
@synchronex/mcp-proxy
Advanced tools
Credential-aware MCP proxy - schema caching plus per-project credential routing
Credential-aware MCP proxy for Synchronex.
It provides:
get_kernelrememberlog_decisionrecallproxy_searchproxy_schemaproxy_calland routes credentials per project/profile using:
~/.synchronex/vault.enc~/.synchronex/master.key~/.synchronex/projects.json~/.synchronex/servers.jsonLocal memory state is stored per profile at:
~/.synchronex/local-memory/<profile>.sqliteThe local tools do not depend on Supabase or embeddings. They are the local-mode MVP for Synchronex Memory MCP.
Each servers.json entry declares serverType: 'stdio' | 'http' (defaults to
'stdio' for entries written before this existed):
stdio spawns command/args as a local process; credentialKeys become
env vars merged into the child process's environment.http connects via MCP Streamable HTTP to url; credentialKeys are
literal HTTP header names (e.g. Authorization, X-Sendinel-Project-Id)
sent as-is from the vault credential map — no local process, no npx.See docs/brain/ops/mcp-proxy.md for server-classification guidance.
When the proxy runs inside a Synchronex desktop terminal pane, the terminal
injects SYNCHRONEX_SESSION_ID into the pane environment before launching the
AI CLI. Stdio MCP servers inherit that environment, so the proxy attaches the
session id to each local-memory or upstream proxy_call telemetry record.
The proxy posts those call records to Synchronex through /api/proxy/health
once per minute. The app verifies the MCP API key, checks that the terminal
session belongs to the authenticated user, then writes ai_cost_events rows
with source="interactive_terminal" and cost_usd=0. api_equivalent_cost_usd
is estimated server-side from the reported input/output token counts so local
MCP usage can be shown honestly as avoided API spend.
This uses environment inheritance rather than MCP request metadata because
stdio MCP does not provide a portable per-request Synchronex session header. If
the proxy is launched outside a Synchronex terminal pane, SYNCHRONEX_SESSION_ID
is absent and aggregate proxy telemetry still reports, but per-terminal cost
events are skipped.
FAQs
Credential-aware MCP proxy - schema caching plus per-project credential routing
The npm package @synchronex/mcp-proxy receives a total of 66 weekly downloads. As such, @synchronex/mcp-proxy popularity was classified as not popular.
We found that @synchronex/mcp-proxy demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

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.

Research
/Security News
The campaign amassed more than 75,000 installs by targeting Russian-speaking users seeking access to blocked services.

Company News
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.

Security News
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.