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
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
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