73
/ 100
8 days ago
glama

Mainframe MCP Server

An MCP server for IBM z/OS mainframes that exposes RSE REST API tools to read and manage datasets, members, and jobs, working in any MCP-compatible client.

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.

Install from

M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.

// key findings
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
Open source with a license and README
Anyone can audit the code, the license is declared, and the publisher documents what it does.
🔐
You'll be asked for 2 credentials: MF_MCP_TOKEN, MF_PASSWORD
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// required environment variables
This server reads these from process.env. You'll be asked to provide them before it can run.
configMF_READ_ONLYno (unset) 1 disables all write/destructive tools
configMF_ALLOWED_DSNno (unset) Comma-separated dataset prefixes; write/destructive tools may only target these
🔐 secretMF_MCP_TOKEN$env:="secret"; $env:MF_HOSTNAME="..."; $env:MF_USERNAME="..."; $env:MF_PASSWORD="..."
configMF_ALLOW_NO_AUTH
configPORT
configMF_VERIFY_TLSno (off) 1 to verify the server certificate
configMF_SEG_COBOLMF_SEG_ no generic names Per-site segment names (, MF_SEG_COPYBOOK, MF_SEG_CT1, MF_SEG_JCL, MF_SEG_PROC, MF_SEG_JOBDOC) used in pds_locations.txt
configMF_SEG_COPYBOOKMF_SEG_ no generic names Per-site segment names (MF_SEG_COBOL, , MF_SEG_CT1, MF_SEG_JCL, MF_SEG_PROC, MF_SEG_JOBDOC) used in pds_locations.txt
configMF_SEG_CT1MF_SEG_ no generic names Per-site segment names (MF_SEG_COBOL, MF_SEG_COPYBOOK, , MF_SEG_JCL, MF_SEG_PROC, MF_SEG_JOBDOC) used in pds_locations.txt
configMF_SEG_JCLMF_SEG_ no generic names Per-site segment names (MF_SEG_COBOL, MF_SEG_COPYBOOK, MF_SEG_CT1, , MF_SEG_PROC, MF_SEG_JOBDOC) used in pds_locations.txt
configMF_SEG_PROCMF_SEG_ no generic names Per-site segment names (MF_SEG_COBOL, MF_SEG_COPYBOOK, MF_SEG_CT1, MF_SEG_JCL, , MF_SEG_JOBDOC) used in pds_locations.txt
configMF_SEG_JOBDOCMF_SEG_ no generic names Per-site segment names (MF_SEG_COBOL, MF_SEG_COPYBOOK, MF_SEG_CT1, MF_SEG_JCL, MF_SEG_PROC, ) used in pds_locations.txt
configMF_USERNAMEyes — TSO user id
🔐 secretMF_PASSWORDyes — TSO password
configMF_HOSTNAMEyes — RSE API hostname
configMF_PORTno 443 RSE API port
configMF_RSE_BASE_PATHno /rseapi/api/v1 API base path
// full audit trail
The full breakdown of what we checked, the deductions that landed, the network hosts, the dependency advisories, and concrete fix guidance is available to verified publishers.
// improvement guidance — verified publishers only
We have 1 concrete improvement we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Score](https://m8ven.ai/badge/mcp/rohittrimale-proprigen-mcp-v2-1ekr1o)](https://m8ven.ai/mcp/rohittrimale-proprigen-mcp-v2-1ekr1o)
commit: 2dd6e22c9316faeed26318e4d8d717b41e07bd08
code hash: a18a3364d648c109887ff4a2405af5ab4d3b64dd90c0239f56cef23101ba3a73
verified: 7/23/2026, 9:10:06 AM
view raw JSON →