netlicensing for VS Code
com.mcparmory/netlicensing
Create and manage software licenses, products, modules, and customer licensing agreements
client:VS Code
transport:stdio
runtime:pypi
Install netlicensing in VS Code
.vscode/mcp.json
{
"servers": {
"netlicensing": {
"type": "stdio",
"command": "uvx",
"args": [
"mcparmory-netlicensing"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs