Provides an interface for interacting with Informix databases, allowing database exploration, table information retrieval, and custom SQL query execution within a Node.js environment.
Facilitates installation and management of dependencies required for the Informix MCP server through npm package management.
Implements the MCP server using TypeScript for type safety and better developer experience when building Informix database interactions.
Informix MCP Server
An MCP (Model Context Protocol) server for interacting with Informix databases.
Features
🔍 Database exploration: Lists all available databases
📊 Table information: Gets table details including columns and data types
⚡ Custom queries: Executes custom SQL queries
🔗 Connection testing: Verifies database connectivity
Related MCP server: MSSQL MCP Server
Installation
Clone this repository:
Install dependencies:
Usage
Development
Production
Available Tools
get-tables
Gets all tables in a specific database.
Parameters:
database(string): Database name
Usage example:
Configuration
To use this server with a real Informix database, you'll need to:
Install an Informix driver for Node.js
Configure connection credentials
Implement connection logic in the server
Recommended Drivers
node-odbcwith Informix ODBC driveribm_db(official IBM driver)informix(third-party driver)
Development
Project Structure
License
ISC