Skip to content
Zed

PSX MCP for Zed

io.github.revolutionarybukhari/psx-mcp

Pakistan Stock Exchange in plain English — quotes, dividends, announcements, and indices.

client:Zed transport:stdio runtime:pypi

Install PSX MCP in Zed

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

{
  "context_servers": {
    "psx-mcp": {
      "command": "uvx",
      "args": [
        "psx-mcp"
      ]
    }
  }
}

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

PSX MCP in other clients