Skip to content
Cline

IBM Db2 for i for Cline

io.github.strom-capital/mcp-server-db2i

Read-only SQL queries and schema inspection for IBM Db2 for i over ODBC, JT400 or Mapepire (SSH).

client:Cline transport:stdio runtime:npm

Install IBM Db2 for i in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "mcp-server-db2i": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-server-db2i"
      ],
      "env": {
        "DB2I_HOSTNAME": "<DB2I_HOSTNAME>",
        "DB2I_USERNAME": "<DB2I_USERNAME>",
        "DB2I_PASSWORD": "<DB2I_PASSWORD>",
        "DB2I_SCHEMA": "<DB2I_SCHEMA>",
        "DB2I_PROFILES": "<DB2I_PROFILES>",
        "QUERY_ALLOWED_SCHEMAS": "<QUERY_ALLOWED_SCHEMAS>",
        "DB2I_DRIVER": "<DB2I_DRIVER>",
        "DB2I_JDBC_OPTIONS": "<DB2I_JDBC_OPTIONS>",
        "DB2I_ODBC_OPTIONS": "<DB2I_ODBC_OPTIONS>",
        "DB2I_MAPEPIRE_OPTIONS": "<DB2I_MAPEPIRE_OPTIONS>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

IBM Db2 for i in other clients