Skip to main content
Glama
litoralcreativo

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

Related MCP server: IBM i MCP Server

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
F
license - not found
B
quality
D
maintenance

Maintenance

–Maintainers
–Response time
–Release cycle
–Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • F
    license
    -
    quality
    D
    maintenance
    A Model Context Protocol server that provides tools for connecting to and interacting with various database systems (SQLite, PostgreSQL, MySQL/MariaDB, SQL Server) through a unified interface.
    3
  • A
    license
    -
    quality
    C
    maintenance
    Enables AI agents to interact with IBM i systems through SQL tools and commands, supporting secure authentication, system monitoring, and database operations via the Model Context Protocol.
    77
    Apache 2.0
  • A
    license
    -
    quality
    C
    maintenance
    A Model Context Protocol server for interacting with MSSQL and PostgreSQL databases, offering tools for schema exploration and SQL execution. It features configurable query modes for safety and supports advanced authentication methods like Windows Auth and SSL.
    13
    MIT
  • A
    license
    -
    quality
    C
    maintenance
    Enables AI agents to interact with IBM i systems through the Model Context Protocol, providing secure SQL-based access to Db2 for i databases for querying, monitoring, and executing operations.
    Apache 2.0

View all related MCP servers

Related MCP Connectors

  • A Model Context Protocol server for Wix AI tools

  • A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…

  • Explore, query, and inspect SQLite databases with ease. List tables, preview results, and view det…

View all MCP Connectors

Latest Blog Posts

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