ibmz for VS Code
io.github.expertvagabond/ibmz
IBM Z mainframe MCP server - Key Protect HSM & z/OS
client:VS Code
transport:stdio
runtime:npm
Install ibmz in VS Code
.vscode/mcp.json
{
"servers": {
"ibmz": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"ibmz-mcp-server"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs