
Research
/Security News
Popular npm Packages in the keyv and Cacheable Namespaces Compromised in Active Supply Chain Attack
Popular npm packages keyv and cacheable compromised.
@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 60 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
Popular npm packages keyv and cacheable compromised.

Security News
A misconfiguration gave three Anthropic models internet access, and one, believing it was in a simulation, shipped a credential-stealing package to PyPI.

Security News
/Company News
Socket has joined the new Composer and Packagist sponsorship program as a launch sponsor, supporting the team that keeps PHP's package ecosystem secure.