Isc Transforms
Freeby MCP Community
MCP server for SailPoint Identity Security Cloud (ISC) Transform authoring — scaffold, strict lint, catalog, and safe upsert to live tenants.
v1.0.23Added Apr 12, 2026
sailpointidentity-security-cloudisctransformsmcp
Isc Transforms MCP Server
MCP server for SailPoint Identity Security Cloud (ISC) Transform authoring — scaffold, strict lint, catalog, and safe upsert to live tenants.
Installation
npx -y isc-transforms-mcp
Reviews
Installation
Quick install
npx -y isc-transforms-mcp
Add to claude_desktop_config.json
{
"mcpServers": {
"isc-transforms": {
"command": "npx",
"args": ["-y", "isc-transforms-mcp"]
}
}
}