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.
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.
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 mcp-server-db2i -- npx -y mcp-server-db2i
{
"mcpServers": {
"mcp-server-db2i": {
"args": [
"-y",
"mcp-server-db2i"
],
"command": "npx"
}
}
}
[mcp_servers.mcp-server-db2i]
command = "npx"
args = ["-y", "mcp-server-db2i"]
{
"mcpServers": {
"mcp-server-db2i": {
"args": [
"-y",
"mcp-server-db2i"
],
"command": "npx"
}
}
}
{
"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.
MCP server for SQL Server: schema inspection, safe read-only queries, query plan analysis
MCP server for one MySQL database: schema, read-only queries and guarded writes.
Database admin MCP: schema inspection, query optimization for PostgreSQL and MySQL
WordPress database access via Local by Flywheel. Execute read-only MySQL queries and inspect schema.
Read-only SQL querying + schema introspection over Postgres & SQLite, with a gated write mode.
A Snowflake MCP server — SQL queries, schema exploration, and data insights for AI assistants
Read-only SQL database and plain-text SQL dump schema extraction to compact TOON for MCP clients.
Run governed SQL queries and inspect database schemas from MCP agents.
Answers built from our own checks of this server.