Skip to content
Zed

litport mcp for Zed

io.github.litportnet/litport-mcp

MCP server for the Litport account API: tokens, usage, pools, geo targeting and proxy URLs.

client:Zed transport:stdio runtime:npm

Install litport mcp in Zed

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

{
  "context_servers": {
    "litport-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@litportnet/litport-mcp"
      ]
    }
  }
}

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

litport mcp in other clients