chartforge for Zed
io.github.crawde/chartforge
MCP server for ChartForge — generate stunning charts and diagrams from natural language
client:Zed
transport:stdio
runtime:npm
Install chartforge in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"chartforge": {
"command": "npx",
"args": [
"-y",
"chartforge-mcp"
],
"env": {
"CHARTFORGE_API_KEY": "<CHARTFORGE_API_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs