NetLicensing MCP Server for Cursor
io.github.labs64/netlicensing-mcp
Labs64 NetLicensing MCP server for AI-driven software license lifecycle management.
client:Cursor
transport:stdio
runtime:pypi
Install NetLicensing MCP Server in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"netlicensing-mcp": {
"type": "stdio",
"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>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs