Loading MCP server directory, please wait...
Read-only SQL queries and schema inspection for IBM DB2 for i (AS/400). Requires Java.
npx @getmcp/cli add io.github.Strom-Capital/mcp-server-db2iRequires Node.js 18+. Community-contributed server. Review source before installing.
DB2I_HOSTNAMEIBM i hostname or IPv4 address
DB2I_USERNAMEIBM i user profile
DB2I_PASSWORDIBM i password
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.Strom-Capital/mcp-server-db2i": {
"command": "npx",
"args": [
"-y",
"mcp-server-db2i"
],
"env": {
"DB2I_HOSTNAME": "",
"DB2I_USERNAME": "",
"DB2I_PASSWORD": "",
"DB2I_PORT": "446",
"DB2I_DATABASE": "*LOCAL",
"DB2I_SCHEMA": "",
"QUERY_ALLOWED_SCHEMAS": ""
}
}
}
}