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
{
"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