Skip to content
Windsurf

NetLicensing MCP Server for Windsurf

io.github.labs64/netlicensing-mcp

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

client:Windsurf transport:stdio runtime:pypi

Install NetLicensing MCP Server in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "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>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

NetLicensing MCP Server in other clients