Skip to content

lightbill mcp server for Zed

io.github.lightnet19/lightbill-mcp-server

LightBill ISP billing MCP server: 134 tools (customers, routers, OLT, invoices, payment).

client:Zed transport:stdio runtime:pypi

Install lightbill mcp server 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": {
    "lightbill-mcp-server": {
      "command": "uvx",
      "args": [
        "lightbill-mcp-server"
      ],
      "env": {
        "LIGHTBILL_BASE_URL": "<LIGHTBILL_BASE_URL>",
        "LIGHTBILL_API_KEY": "<LIGHTBILL_API_KEY>"
      }
    }
  }
}

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

lightbill mcp server in other clients