Skip to content
Zed

deepviews for Zed

io.github.rswcf/deepviews

Free financial data: company analysis, DCF, comps, benchmarks, screening. No API key.

client:Zed transport:stdio runtime:npm

Install deepviews in Zed

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

{
  "context_servers": {
    "deepviews": {
      "command": "npx",
      "args": [
        "-y",
        "deepviews-mcp"
      ]
    }
  }
}

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

deepviews in other clients