Skip to content
Zed

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

Coalent in other clients