Skip to content

This release adds 3 notable features for engineering teams evaluating rollout.

Published 3mo MCP Developer Tools
✓ No known CVEs patched
Read the diff → Tool health → What is this tool? →

✓ No known CVEs patched in this version

Summary

AI summary

The 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 bin field for reliable npx execution
  • Added files whitelist 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

Track debridge-finance/debridge-mcp

Get notified when new releases ship.

Sign up free

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.

All releases →

Beta — feedback welcome: [email protected]