
Research
Node.js Fixes AsyncLocalStorage Crash Bug That Could Take Down Production Servers
Node.js patched a crash bug where AsyncLocalStorage could cause stack overflows to bypass error handlers and terminate production servers.
@solderable/mcp
Advanced tools
MCP client bridge for solderable.dev - connects Claude Desktop via stdio to HTTP endpoint
Connect Claude Desktop to solderable.dev's electronic component search and datasheet tools!
This package bridges Claude Desktop (which uses stdio) to solderable.dev's HTTP MCP server, giving you instant access to:
npx @solderable/mcp
npm install -g @solderable/mcp
macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/Claude/claude_desktop_config.json
Add this to your config file:
{
"mcpServers": {
"solderable": {
"command": "npx",
"args": ["-y", "@solderable/mcp"]
}
}
}
Important: Completely quit Claude Desktop (Cmd+Q on macOS) and restart it.
Ask Claude:
Search for electronic components with natural language:
Examples:
Features:
Ask questions about component datasheets:
Examples:
Usage:
DEBUG: Enable debug logging (set to true){
"mcpServers": {
"solderable": {
"command": "npx",
"args": ["-y", "@solderable/mcp"],
"env": {
"DEBUG": "true"
}
}
}
}
npx --version in terminal"DEBUG": "true" to see what's happeninghttps://solderable.devTest the package directly:
echo '{"jsonrpc":"2.0","id":1,"method":"tools/list"}' | npx @solderable/mcp
Check the logs - Enable debug mode and look for error messages
Verify the server - Visit solderable.dev to make sure it's working
Finding a Component:
Design Research:
MIT License - feel free to use this in your projects!
Happy building! 🛠️
FAQs
MCP client bridge for solderable.dev - connects Claude Desktop via stdio to HTTP endpoint
The npm package @solderable/mcp receives a total of 0 weekly downloads. As such, @solderable/mcp popularity was classified as not popular.
We found that @solderable/mcp 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
Node.js patched a crash bug where AsyncLocalStorage could cause stack overflows to bypass error handlers and terminate production servers.

Research
/Security News
A malicious Chrome extension steals newly created MEXC API keys, exfiltrates them to Telegram, and enables full account takeover with trading and withdrawal rights.

Security News
CVE disclosures hit a record 48,185 in 2025, driven largely by vulnerabilities in third-party WordPress plugins.