chartone for Zed
io.github.zhugejun/chartone
Render themed charts as hosted URLs. Embed in markdown, emails, and Slack. Hosted MCP, zero setup.
client:Zed
transport:stdio
runtime:npm
Install chartone in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"chartone": {
"command": "npx",
"args": [
"-y",
"@chartone/mcp"
],
"env": {
"CHARTONE_API_KEY": "<CHARTONE_API_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs