MCP Directory
Back

informix-mcp

by blakecodes · Python · ★ 0

A [Model Context Protocol](https://modelcontextprotocol.io/) server for IBM Informix databases. Connects via JDBC using `jaydebeapi`, so no Informix Client SDK installation is needed -- just a JDBC driver JAR and Java.

Install

pip install git+https://github.com/blakecodes/informix-mcp.git

Claude Desktop config

Add this to your claude_desktop_config.json:

{
  "mcpServers": {
    "informix-mcp": {
      "command": "uvx",
      "args": [
        "git+https://github.com/blakecodes/informix-mcp.git"
      ]
    }
  }
}

From the README

A [Model Context Protocol](https://modelcontextprotocol.io/) server for IBM Informix databases. Connects via JDBC using , so no Informix Client SDK installation is needed -- just a JDBC driver JAR and Java. - Python 3.11+ - [uv](https://docs.astral.sh/uv/) (Python package manager) - Java 8+ (JDK or JRE) An Informix JDBC driver JAR is bundled in the directory. To use a different version, either replace the JAR in or set the environment variable. | Tool | Description | |------|-------------| | | Test connectivity and return the Informix server version | | | List all databases on the serv…
Read full README on GitHub →

💡 Need a managed MCP host?

Try Claude Pro for the smoothest MCP experience, or browse our cloud-hosted servers.

Related databases servers