Coalent for Zed
io.github.nisarg-pujara-vectorlink/coalent
Fresh, attributed facts from your sources — cached, and invalidated the moment a source changes.
client:Zed
transport:stdio
runtime:pypi
Install Coalent in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"coalent": {
"command": "uvx",
"args": [
"coalent"
],
"env": {
"OPENAI_API_KEY": "<OPENAI_API_KEY>",
"COALENT_MCP_TOKEN": "<COALENT_MCP_TOKEN>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs