As400 Bridge MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 80 installs a week from pypi.
IBM i / RPG / DB2 bridge — parse, map, govern (IBM i security / SOX).
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.
claude mcp add as400-bridge-mcp -- uvx as400-bridge-mcp
{
"mcpServers": {
"as400-bridge-mcp": {
"args": [
"as400-bridge-mcp"
],
"command": "uvx"
}
}
}
[mcp_servers.as400-bridge-mcp]
command = "uvx"
args = ["as400-bridge-mcp"]
{
"mcpServers": {
"as400-bridge-mcp": {
"args": [
"as400-bridge-mcp"
],
"command": "uvx"
}
}
}
{
"mcpServers": {
"as400-bridge-mcp": {
"args": [
"as400-bridge-mcp"
],
"command": "uvx"
}
}
}
Answers built from our own checks of this server.