mcpbeat Sign in

Mainframe MCP Server

local only

Mainframe MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping. 50 installs a week from npm.

MCP server for IBM z/OS jobs, datasets, USS, and operational diagnostics via Zowe SDK.

The linked repository no longer exists on GitHub — it was deleted or made private.

Installs per day peak 25 · avg 13 · +73% w/w
a month agotoday
50
Installs / week
npm · @notharshhaa/mainframe-mcp-server
Stars
on GitHub
Last commit
0 releases in 90 days
License
language unknown

This one has been quiet for a while

Quiet is not dead — but it is worth knowing when it wakes up, or when someone else takes it over. We watch the repository and tell you either way.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add mainframe-mcp-server -- npx -y @notharshhaa/mainframe-mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mainframe-mcp-server": {
      "args": [
        "-y",
        "@notharshhaa/mainframe-mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mainframe-mcp-server]
command = "npx"
args = ["-y", "@notharshhaa/mainframe-mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "mainframe-mcp-server": {
      "args": [
        "-y",
        "@notharshhaa/mainframe-mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mainframe-mcp-server": {
      "args": [
        "-y",
        "@notharshhaa/mainframe-mcp-server"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: ZOSMF_HOST (z/OSMF hostname or IP address), ZOSMF_PORT (z/OSMF HTTPS port (default 443)), ZOSMF_BASE_PATH (Optional API gateway or mediation layer prefix for z/OSMF), ZOSMF_USER (z/OS user id (required with ZOSMF_PASSWORD unless ZOSMF_TOKEN is set)), ZOSMF_PASSWORD (Password for basic auth (required with ZOSMF_USER unless ZOSMF_TOKEN is set)), ZOSMF_TOKEN (Auth token (alternative to user/password)), ZOSMF_TOKEN_TYPE (Token type when using ZOSMF_TOKEN (e.g. LTPA2)), ZOSMF_REJECT_UNAUTHORIZED (Verify TLS certificates (true in production)), LOG_LEVEL (Log level: fatal, error, warn, info, debug, trace, silent), MCP_TRANSPORT (Transport: stdio (IDE) or sse (container/network)), MCP_SSE_PORT (Listen port when MCP_TRANSPORT=sse), MAX_JOB_OUTPUT_LINES (Max lines returned from a single spool DD), MAX_DATASET_READ_LINES (Max lines returned from dataset or USS reads), MAX_JES_SPOOL_FILES (Max spool files fetched during diagnostics), MAX_AUDIT_LINES (Max RACF audit log lines per query), CMCI_CONTEXT (CICSplex name or region APPLID (required for CICS tools)), CMCI_HOST (CMCI hostname (defaults to ZOSMF_HOST)), CMCI_PORT (CMCI HTTPS port (default 1490)), CMCI_BASE_PATH (CMCI REST base path), DB2_LOCATION (Db2 subsystem location name (required for Db2 tools)), DB2_HOST (Db2 REST hostname (defaults to ZOSMF_HOST)), DB2_PORT (Db2 REST port (default 50400)), DB2_BASE_PATH (Db2 REST base path), SMF_SUMMARY_DATASET (Optional SMF summary dataset for offline metrics), RMF_METRICS_ENABLED (Query z/OSMF RMF metrics when available), RACF_AUDIT_USS_PATH (USS path to RACF audit log file), RACF_AUDIT_DATASET (Sequential dataset containing RACF audit records), SECURITY_READ_ONLY (When true, blocks write tools such as submit_jcl), SECURITY_ALLOWED_TOOLS (Comma-separated allowlist of MCP tool names), SECURITY_BLOCKED_TOOLS (Comma-separated blocklist of MCP tool names), SECURITY_ALLOWED_DATASET_PATTERNS (Comma-separated dataset patterns (e.g. USERDEV.*,SYS1.*)), SECURITY_ALLOWED_USS_PATHS (Comma-separated USS path prefixes), SECURITY_AUDIT_LOGGING (Log every tool invocation to stderr (SIEM-friendly JSON)), SECURITY_MAX_JCL_BYTES (Maximum inline JCL size for submit_jcl). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Mainframe MCP Server

same job, measured the same way
SSH MCP Server
by yawlabs

MCP server for SSH operations with built-in diagnostics

1 151 installs/wk local only
Inav MCP
by starlordz12

MCP server for iNAV flight-controller configuration and diagnostics

84 installs/wk local only
Airtable
by airtable

Official Airtable MCP server — database and operations layer for agents.

answering
Dataiku MCP
by clssck

MCP server for Dataiku DSS project, flow, and operations APIs.

34 installs/wk local only
MCP Sqlite Tools
by spences10

MCP server for local SQLite database operations

138 installs/wk local only
EOS MCP
by shigechika

MCP server for Arista EOS device operations via eAPI

252 installs/wk local only
Junos MCP
by shigechika

MCP server for Juniper Networks device operations via junos-ops

322 installs/wk local only
ModWrench
by 171county

One MCP server for mod platforms and local modding diagnostics. No data kept.

6 134 installs/wk local only

Mainframe MCP Server — questions

Answers built from our own checks of this server.

Why is there no uptime for Mainframe MCP Server?
Mainframe MCP Server runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @notharshhaa/mainframe-mcp-server was installed 50 times last week.
Is Mainframe MCP Server still maintained?
The linked repository no longer exists on GitHub — it was deleted or made private. We show this because it changes what you can expect: an unmaintained server may keep answering for months and then stop without warning.
How do I connect Mainframe MCP Server?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @notharshhaa/mainframe-mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use Mainframe MCP Server?
The npm package @notharshhaa/mainframe-mcp-server was installed 50 times in the last week. Week over week that is +73%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.