mcpbeat Sign in
I

IBM DB2 for i MCP Server

by strom-capital Your server? Claim it
local only

IBM DB2 for i runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 24 Sep 2026.

Read-only SQL queries and schema inspection for IBM DB2 for i (AS/400). Requires Java.

Installs / week
npm · mcp-server-db2i
20
Stars
1 open issues
24 Sep 2026
Last commit
no recent releases
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check IBM DB2 for i every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

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.

run in your terminal
claude mcp add mcp-server-db2i -- npx -y mcp-server-db2i
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-server-db2i": {
      "args": [
        "-y",
        "mcp-server-db2i"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp-server-db2i]
command = "npx"
args = ["-y", "mcp-server-db2i"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp-server-db2i": {
      "args": [
        "-y",
        "mcp-server-db2i"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp-server-db2i": {
      "args": [
        "-y",
        "mcp-server-db2i"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: DB2I_HOSTNAME (IBM i hostname or IPv4 address), DB2I_USERNAME (IBM i user profile), DB2I_PASSWORD (IBM i password), DB2I_PORT (DRDA port), DB2I_DATABASE (Database name), DB2I_SCHEMA (Default schema (library)), QUERY_ALLOWED_SCHEMAS (Comma-separated schemas the server may read. Empty disables the check.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to IBM DB2 for i

same job, measured the same way
SqlServerMcp
by nithish1206

MCP server for SQL Server: schema inspection, safe read-only queries, query plan analysis

local only
MySQL MCP
by gistrec

MCP server for one MySQL database: schema, read-only queries and guarded writes.

24 installs/wk local only
Database Admin
by cybeleri

Database admin MCP: schema inspection, query optimization for PostgreSQL and MySQL

22 installs/wk local only
MCP Local WP
by verygoodplugins

WordPress database access via Local by Flywheel. Execute read-only MySQL queries and inspect schema.

41 installs/wk local only
SQL
by abhishekkumar2021

Read-only SQL querying + schema introspection over Postgres & SQLite, with a gated write mode.

26 installs/wk local only
Snowflake MCP Server
by nsphung

A Snowflake MCP server — SQL queries, schema exploration, and data insights for AI assistants

591 installs/wk local only
DB2TOON MCP
by kamil5b

Read-only SQL database and plain-text SQL dump schema extraction to compact TOON for MCP clients.

local only
SQL Preview
by fadnavismehul

Run governed SQL queries and inspect database schemas from MCP agents.

41 installs/wk local only

IBM DB2 for i — questions

Answers built from our own checks of this server.

Why is there no uptime for IBM DB2 for i?
IBM DB2 for i runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package mcp-server-db2i.
How do I connect IBM DB2 for i?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls mcp-server-db2i straight from npm; nothing to host, nothing to sign up for.
Is IBM DB2 for i open source?
Yes — it is published under the MIT licence, written in TypeScript, 20 stars on GitHub and 1 open issue. The source link is on this page, so you can read exactly what it does with your data before you connect it.