ChemCP for Zed
io.github.scottmreed/chemcp
MCP App that renders 2D molecular structures from SMILES using RDKit.js
client:Zed
transport:stdio
runtime:npm
Install ChemCP in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"chemcp": {
"command": "npx",
"args": [
"-y",
"chemcp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs