MCP client for z/OS mainframe operations with Amazon Q CLI
Project description
z/OS MCP Client
MCP client for connecting Amazon Q CLI to z/OS mainframe operations.
Installation
Install using uvx:
uvx install zos-mcp-client
Or install from source:
pip install .
Amazon Q CLI Configuration
Add to your MCP configuration file (~/.config/mcp/mcp-config.json):
{
"mcpServers": {
"zos-mainframe": {
"command": "uvx",
"args": ["zos-mcp-client"],
"env": {
"ZOS_HOST": "your-mainframe-host.company.com",
"ZOS_PORT": "8080"
}
}
}
}
Replace your-mainframe-host.company.com with your actual mainframe hostname or IP address.
Usage
Start the z/OS MCP server on your mainframe, then use Amazon Q CLI:
q chat --mcp-config ~/.config/mcp/mcp-config.json
Available tools:
- Read PS datasets
- List PDS members
- Read PDS member content
- Submit batch jobs
Requirements
- Python 3.9+
- Access to z/OS MCP server
- Amazon Q CLI with MCP support
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file zos_mcp_client-1.0.0.tar.gz.
File metadata
- Download URL: zos_mcp_client-1.0.0.tar.gz
- Upload date:
- Size: 4.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3f1ff8f49db14c156fc3bce248a0229f415f2e041898c0da9a9182b2fd0160e7
|
|
| MD5 |
8178b0099fe1c758972c9c85281647c1
|
|
| BLAKE2b-256 |
30d66f812d7af7174874ffd3d6111e553d2a6494099967da9a8ad1b28d56947b
|
File details
Details for the file zos_mcp_client-1.0.0-py3-none-any.whl.
File metadata
- Download URL: zos_mcp_client-1.0.0-py3-none-any.whl
- Upload date:
- Size: 4.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8d3f63799611473ca1fe159ca352582db75f2c249b208596c62856b2deff1711
|
|
| MD5 |
c67264ca55436e7d13eb51e7f6580df1
|
|
| BLAKE2b-256 |
8708d73e54d3937542dde9c0e66eb51fcc34041f497ac6165d28cfecdad8335a
|