db2-mcp

db2-mcp

3.2

If you are the rightful owner of db2-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

A Model Context Protocol (MCP) server for interacting with DB2 for LUW databases.

The DB2 for LUW MCP Server is designed to facilitate seamless interaction with DB2 databases. It allows users to establish connections, execute SQL queries, and call stored procedures efficiently. The server is set up by cloning the repository, configuring the database connection, and installing necessary dependencies. It supports different platforms, including Apple M1/M2 chips, through specific scripts. The server can be integrated with tools like Cursor and Cherry Studio, providing a flexible and robust solution for database management tasks.

Features

  • Establish connections to DB2 databases
  • Execute SQL queries
  • Call stored procedures

Tools

  1. connect_db

    Establishes a connection with the target DB2 database.

  2. run_sql

    Executes a read-only SQL query and returns the results.

  3. call_sp

    Calls a stored procedure or function with the specified parameters.