Informix MCP Server
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.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Informix MCP Servershow me the tables in the sales database"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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
Clone this repository:
git clone <repository-url>
cd informix-mcpInstall dependencies:
npm installUsage
Development
npm run devProduction
npm run startAvailable 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:
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
informix-mcp/
├── main.ts # Main MCP server
├── package.json # Dependencies and scripts
├── tsconfig.json # TypeScript configuration
└── README.md # DocumentationLicense
ISC
Available Tools
1 toolget-tablesB
Get all tables in the database
| Name | Required | Description | Default |
|---|---|---|---|
| database | Yes | The database to get the tables from |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries the full burden of behavioral disclosure. It mentions 'Get all tables', which implies a read-only operation, but doesn't specify whether it requires authentication, has rate limits, returns paginated results, or handles errors. For a tool with zero annotation coverage, this leaves significant behavioral aspects unclear.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single, clear sentence with no wasted words, making it highly concise and front-loaded. It efficiently communicates the core functionality without unnecessary elaboration, which is ideal for a simple tool like this.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a simple read operation with one parameter and no output schema, the description is adequate but lacks depth. It covers the basic purpose but misses behavioral details like response format or error handling. Without annotations or an output schema, the description should ideally provide more context about what 'Get all tables' entails, but it meets the minimum viable threshold.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The schema description coverage is 100%, with the single parameter 'database' clearly documented in the schema. The description adds no additional meaning beyond what the schema provides, as it doesn't elaborate on parameter usage or constraints. Given the high schema coverage, the baseline score of 3 is appropriate, as the description doesn't compensate but also doesn't need to.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the action ('Get') and resource ('all tables in the database'), making the tool's purpose immediately understandable. It's specific enough to distinguish it from potential siblings like 'get-table' or 'create-table', though no actual siblings exist in this context. The description avoids tautology by not just restating the name 'get-tables'.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description provides no guidance on when to use this tool versus alternatives, prerequisites, or contextual constraints. It simply states what the tool does without indicating scenarios where it's appropriate or inappropriate. Since there are no sibling tools mentioned, the lack of differentiation is less critical, but overall usage guidance is minimal.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
1 tool update
v1.0.0- First observed
get-tables
TDQS
With only one tool, there is no possibility of ambiguity or overlap between tools. The single tool 'get-tables' has a clearly distinct and singular purpose, making it impossible for an agent to misselect between multiple options.
The naming follows a consistent verb_noun pattern with 'get-tables', and since there is only one tool, there is no inconsistency to evaluate. The naming is clear and predictable within this minimal set.
A single tool for a database server is too few for the apparent scope, as it lacks basic CRUD operations, querying, or other database management functions. This severely limits the server's utility and feels incomplete for a database domain.
The tool surface is severely incomplete for a database server, covering only table listing without any operations for data retrieval, insertion, updates, deletions, schema modifications, or other essential database interactions. This creates significant gaps that will cause agent failures in typical database workflows.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
Model Context Protocol server for Studex tools, notifications, and profile integrations
A Model Context Protocol server for Wix AI tools
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
Enable secure connectivity between Sentry issues and debugging data, and LLM clients, using a Model Context Protocol (MCP) server.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceA 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-

IBM i MCP Serverofficial
AlicenseNot gradedqualityBmaintenanceEnables 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.78Apache 2.0- AlicenseNot gradedqualityCmaintenanceA 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.10MIT
- AlicenseNot gradedqualityCmaintenanceEnables 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
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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