netlicensing for Cursor
com.mcparmory/netlicensing
Create and manage software licenses, products, modules, and customer licensing agreements
client:Cursor
transport:stdio
runtime:pypi
Install netlicensing in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"netlicensing": {
"type": "stdio",
"command": "uvx",
"args": [
"mcparmory-netlicensing"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs