Skip to content

stockportfolio mcp for Zed

io.github.avisre/stockportfolio-mcp

Filing-grounded US financial data — every value returns with its SEC filing source. No estimates.

client:Zed transport:stdio runtime:npm

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

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

stockportfolio mcp in other clients