Skip to content
Zed

NetLicensing MCP Server for Zed

io.github.labs64/netlicensing-mcp

Labs64 NetLicensing MCP server for AI-driven software license lifecycle management.

client:Zed transport:stdio runtime:pypi

Install NetLicensing 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": {
    "netlicensing-mcp": {
      "command": "uvx",
      "args": [
        "netlicensing-mcp"
      ],
      "env": {
        "NETLICENSING_API_KEY": "<NETLICENSING_API_KEY>",
        "NETLICENSING_BASE_URL": "<NETLICENSING_BASE_URL>",
        "MCP_TRANSPORT": "<MCP_TRANSPORT>",
        "MCP_VERBOSE": "<MCP_VERBOSE>"
      }
    }
  }
}

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

NetLicensing MCP Server in other clients