Skip to content
Zed

AI-Cost-CLI for Zed

io.github.ufhouck/aicost-cli

AI API cost calculator, recommender & MCP server. 29 models across text/image/video/audio.

client:Zed transport:stdio runtime:pypi

Install AI-Cost-CLI in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "aicost-cli": {
      "command": "uvx",
      "args": [
        "aicost-cli"
      ]
    }
  }
}

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

AI-Cost-CLI in other clients