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
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-odbc
with Informix ODBC driveribm_db
(official IBM driver)informix
(third-party driver)
Development
Project Structure
License
ISC
hybrid server
The server is able to function both locally and remotely, depending on the configuration or use case.
Tools
Enables interaction with Informix databases through a Model Context Protocol server, supporting database exploration, table inspection, and custom SQL query execution.
Related MCP Servers
- -securityFlicense-qualityA Model Context Protocol server that enables SQL query execution, database management, and business intelligence capabilities through MySQL connections.Last updated -JavaScript
- AsecurityAlicenseAqualityA Model Context Protocol server that enables executing SQL queries and managing connections with Microsoft SQL Server databases.Last updated -1545TypeScriptMIT License
- -securityFlicense-qualityA Model Context Protocol server that provides comprehensive access to Microsoft SQL Server databases, enabling Language Models to inspect schemas, execute queries, manage database objects, and perform advanced database operations.Last updated -6Python
- AsecurityFlicenseAqualityEnables interaction with Microsoft SQL Server databases through a Model Context Protocol interface, supporting database connections, switching between databases, and executing secure SELECT queries.Last updated -83JavaScript