Skip to content
Zed

Barevalue for Zed

io.github.quietnotion/barevalue

Submit podcast orders, check status, and manage webhooks via Barevalue editing API.

client:Zed transport:stdio runtime:npm

Install Barevalue 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": {
    "barevalue": {
      "command": "npx",
      "args": [
        "-y",
        "barevalue-mcp"
      ],
      "env": {
        "BAREVALUE_API_KEY": "<BAREVALUE_API_KEY>"
      }
    }
  }
}

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

Barevalue in other clients