mcp alegra for Zed
io.github.codespar/mcp-alegra
Alegra — cloud accounting for LATAM (Colombian-founded)
client:Zed
transport:stdio
runtime:npm
Install mcp alegra in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"mcp-alegra": {
"command": "npx",
"args": [
"-y",
"@codespar/mcp-alegra"
],
"env": {
"ALEGRA_EMAIL": "<ALEGRA_EMAIL>",
"ALEGRA_API_TOKEN": "<ALEGRA_API_TOKEN>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs