msds chain for Zed
io.github.littleblakew/msds-chain
Chemical safety intelligence — 23 tools: compatibility, hazards, PPE, compliance, SDS lookup
client:Zed
transport:stdio
runtime:npm
Install msds chain in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"msds-chain": {
"command": "npx",
"args": [
"-y",
"msds-chain-mcp"
],
"env": {
"MSDS_API_KEY": "<MSDS_API_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs