claude_desktop_config.json•706 B
{
"mcpServers": {
"licensespring-license-api": {
"command": "node",
"args": [
"C:/path/to/your/licensespring-mcp/dist/license-api-server.js"
],
"env": {
"LICENSE_API_URL": "https://api.licensespring.com",
"LICENSE_API_KEY": "your_license_api_key_here",
"LICENSE_SHARED_KEY": "your_license_shared_key_here"
}
},
"licensespring-management-api": {
"command": "node",
"args": [
"C:/path/to/your/licensespring-mcp/dist/management-api-server.js"
],
"env": {
"MANAGEMENT_API_URL": "https://saas.licensespring.com",
"MANAGEMENT_API_KEY": "your_management_api_key_here"
}
}
}
}