Skip to main content
Glama

Informix MCP Server

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

  1. Clone this repository:
git clone <repository-url> cd informix-mcp
  1. Install dependencies:
npm install

Usage

Development

npm run dev

Production

npm run start

Available Tools

get-tables

Gets all tables in a specific database.

Parameters:

  • database (string): Database name

Usage example:

// Get tables from database 'mydb' const tables = await mcp.callTool("get-tables", { database: "mydb" });

Configuration

To use this server with a real Informix database, you'll need to:

  1. Install an Informix driver for Node.js
  2. Configure connection credentials
  3. Implement connection logic in the server
  • node-odbc with Informix ODBC driver
  • ibm_db (official IBM driver)
  • informix (third-party driver)

Development

Project Structure

informix-mcp/ ├── main.ts # Main MCP server ├── package.json # Dependencies and scripts ├── tsconfig.json # TypeScript configuration └── README.md # Documentation

License

ISC

Install Server
A
security – no known vulnerabilities
F
license - not found
A
quality - confirmed to work

hybrid server

The server is able to function both locally and remotely, depending on the configuration or use case.

Enables interaction with Informix databases through a Model Context Protocol server, supporting database exploration, table inspection, and custom SQL query execution.

  1. Features
    1. Installation
      1. Usage
        1. Development
        2. Production
      2. Available Tools
        1. get-tables
      3. Configuration
        1. Recommended Drivers
      4. Development
        1. Project Structure
      5. License

        Related MCP Servers

        • -
          security
          F
          license
          -
          quality
          A Model Context Protocol server that enables SQL query execution, database management, and business intelligence capabilities through MySQL connections.
          Last updated -
          JavaScript
        • A
          security
          A
          license
          A
          quality
          A Model Context Protocol server that enables executing SQL queries and managing connections with Microsoft SQL Server databases.
          Last updated -
          1
          54
          5
          TypeScript
          MIT License
        • -
          security
          F
          license
          -
          quality
          A 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 -
          6
          Python
        • A
          security
          F
          license
          A
          quality
          Enables 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 -
          8
          3
          JavaScript

        View all related MCP servers

        MCP directory API

        We provide all the information about MCP servers via our MCP API.

        curl -X GET 'https://glama.ai/api/mcp/v1/servers/litoralcreativo/informix-mcp'

        If you have feedback or need assistance with the MCP directory API, please join our Discord server