This release adds 3 notable features for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Summary
AI summaryThe deBridge MCP server can now be run directly via npx with no clone or build required.
Full changelog
v0.1.2
npx Support
The deBridge MCP server can now be run directly via npx — no clone or build required:
npx @debridge-finance/debridge-mcp
HTTP mode is also supported:
MCP_TRANSPORT=http npx @debridge-finance/debridge-mcp
Updated Agent Framework Configuration
All setup instructions now use npx for a simpler, zero-install experience. Example stdio config:
"debridge": {
"type": "stdio",
"command": "npx",
"args": ["@debridge-finance/debridge-mcp"]
}
See the README for framework-specific instructions (Claude Code, Cursor, Windsurf, Cline, Continue, Zed, and more).
Changes
- Fixed
binfield for reliable npx execution - Added
fileswhitelist for lean package installs - Added npm version badge to README
- Updated all setup instructions to use
npx @debridge-finance/debridge-mcp
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About debridge-finance/debridge-mcp
Cross-chain swaps and bridging across EVM and Solana blockchains via the deBridge protocol. Enables AI agents to discover optimal routes, evaluate fees, and initiate non-custodial trades.
Related context
Beta — feedback welcome: [email protected]