Skip to content
Zed

TrueIcon for Zed

io.github.manikumarkv/trueicon

Lets AI coding assistants search the icon packages actually installed in your project.

client:Zed transport:stdio runtime:npm

Install TrueIcon 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": {
    "trueicon": {
      "command": "npx",
      "args": [
        "-y",
        "trueicon"
      ],
      "env": {
        "TRUEICON_PROJECT_DIR": "<TRUEICON_PROJECT_DIR>",
        "TRUEICON_CACHE": "<TRUEICON_CACHE>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

TrueIcon in other clients