1. Conduid
  2. Developer Tools
  3. Zopen MCP Server
MCP server · Developer Tools

Zopen MCP Server

An MCP server for zopen

Unclaimed last commit a year ago devtools
43Fair

Scored 3 days ago · breakdown

About Zopen MCP Server

Zopen MCP Server is an MCP server published by IgorTodorovskiIBM in the Developer Tools category: an MCP server for zopen. It has been installed 0 times through Conduid.

The repository has 1 stars and 0 forks, with the last commit a year ago. Six months or more without a commit doesn't mean the server is broken, but check the open issues (0) before depending on it in production.

Install

Install
npx zopen-mcp-server

This server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.

Ask AI

Ask AI about Zopen MCP Server

Powered by Claude · Grounded in docs

I know everything about Zopen MCP Server. Ask me about installation, configuration, usage, or troubleshooting.

Security checks

  • ·README presentNot checked yet.
  • ·License declaredNot checked yet.
  • ·Tests presentNot checked yet.
  • ·Dependencies pinnedNot checked yet.
  • ·No dynamic code executionNot checked yet.
  • !Scoped permissionsDoesn't declare a permission scope. Assume it can do anything its process can.

Releases

v1.0.0v1.0.0

README

zopen-mcp-server

zopen-mcp-server is a Go-based server that provides a remote interface to the zopen command-line tool, allowing users to manage z/OS packages through the Model Context Protocol (MCP).

Features

  • Remote Execution: Run zopen commands on a remote z/OS system via SSH.
  • Local Execution: Run zopen commands on the local machine.
  • MCP Integration: Exposes zopen functionality as a set of tools that can be used by any MCP-compatible client.

Security Model

By default, zopen-mcp-server communicates over stdio (standard input/output). When launched by a parent application (like Crush), this creates a direct and isolated communication channel. This method is inherently secure because the server is not exposed to a network port, preventing any unauthorized external connections.

When running in remote mode, the server uses SSH to execute commands on the target z/OS system. All actions are performed with the permissions of the SSH user provided. It is crucial to use an SSH key with the appropriate level of authority for the tasks you intend to perform.

Prerequisites

  • Go 1.23 or later
  • An environment with zopen installed (either locally or on a remote z/OS system)

Build and Run

A Makefile is provided to simplify the build and run process.

Build

To build the server, run:

make build

This will create an executable named zopen-mcp-server in the project directory.

Run

To run the server, use the run target:

make run

By default, the server runs in local mode. To run in remote mode, you can pass command-line flags:

./zopen-mcp-server --remote --host <your-zos-host> --user <your-user> --key <path-to-ssh-key>

Clean

To clean up the build artifacts, run:

make clean

Available Tools

The following zopen commands are available as tools:

  • zopen_list: Lists information about zopen community packages.
  • zopen_query: Lists local or remote info about zopen community packages.
  • zopen_install: Installs one or more zopen community packages.
  • zopen_remove: Removes installed zopen community packages.
  • zopen_upgrade: Upgrades existing zopen community packages.
  • zopen_info: Displays detailed information about a package.
  • zopen_version: Displays the installed zopen version.

README mirrored from the source repository 3 days ago. The original is authoritative.

Questions

About Zopen MCP Server

How do I install Zopen MCP Server?

Run npx zopen-mcp-server, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is Zopen MCP Server safe to use with an AI agent?

Its trust score is 43 out of 100 (fair). It passes 0 of 1 static security checks; the failures are listed above. It has no ConduID identity yet, so agent calls to it are not receipted.

Is Zopen MCP Server still maintained?

The last commit was a year ago, with 0 open issues. That's long enough that you should check whether the maintainer is responding to issues before depending on it.