Sign inSign up

actian/informix-mcp-server

By actian

•Updated 28 days ago

Image
0

147

actian/informix-mcp-server repository overview

⁠Actian MCP Server for HCL Informix®

⁠HCL Informix®

The Actian MCP Server for HCL Informix® connects AI applications to the HCL Informix® database using the open Model Context Protocol (MCP)⁠. It acts as a secure bridge between MCP-compatible AI clients and your database, enabling agents to discover schemas, execute queries, and retrieve real-time context through a standardized interface.

HCL Informix® is suited for time-series, Internet of Things (IoT), and high-availability spatial data.

⁠Capabilities
ActionDescription
Run SQL queriesRead-only by default; enable read-write mode to also run INSERT, UPDATE, and DELETE. Data Definition Language (DDL) is always rejected in both modes.
Human-in-the-loop write approvalEvery write requires a person to approve it in the connected MCP client, and the OAuth mcp:write scope when OAuth is enabled.
List tables and viewsDiscover available objects in the schema.
Inspect table structureRetrieve column definitions, types, and key information.
Read schema metadataExplore database-level metadata.
List functions and proceduresView available user-defined routines.
Custom extensionsAdd custom tools and resources with Python modules mounted at /app/extensions, without modifying the core plugin.

⁠Quick Start

docker run -d \
    -p 8000:8000 \
    -v ./conf.json:/app/conf.json \
    actian/informix-mcp-server:1.1.0

For configuration file format, HTTPS setup, OAuth authentication, and MCP client integration, see the full documentation⁠.

⁠License Information

The Actian MCP Server software contained in this image is copyright (c) 2026 Actian Corporation. See /app/ACTIAN_EULA.txt in the image for license terms.

The HCL Informix® Client SDK included in this image is copyright (c) HCL Technologies Ltd. Use is subject to the HCL license terms.

Tag summary

Content type

Image

Digest

sha256:85b4e04e8…

Size

113.4 MB

Last updated

28 days ago

docker pull actian/informix-mcp-server:1.1.0