MCP.so
Sign In

Altibase MCP Server

@hesslee

About Altibase MCP Server

No overview available yet

Basic information

Category

Other

License

MIT

Runtime

python

Transports

stdio

Publisher

hesslee

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "altibase": {
      "command": "uvx",
      "args": [
        "mcp-server-altibase@latest",
        "--odbc-dsn",
        "PYODBC"
      ]
    }
  }
}

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is Altibase MCP Server?

A Model Context Protocol (MCP) server implementation that provides database interaction and business intelligence capabilities through Altibase. It enables running SQL queries, analyzing business data, and automatically generating business insight memos.

How to use Altibase MCP Server?

Install Altibase server and client, set up ODBC (Unixodbc on Linux, ODBC DSN on Windows). Then configure the MCP client (e.g., Claude Desktop) using uvx mcp-server-altibase@latest --odbc-dsn PYODBC or, if cloned, uv run mcp-server-altibase --odbc-dsn PYODBC from the repository directory.

Key features of Altibase MCP Server

  • Exposes a dynamic resource memo://insights for business insights.
  • Offers a demonstration prompt mcp-demo for guided analysis.
  • Provides six core tools: read_query, write_query, create_table, list_tables, describe_table, append_insight.
  • Supports full SQL read, write, and schema operations.
  • Automatically updates the insights memo when new insights are appended.
  • Based on the MCP SQLite server pattern.

Use cases of Altibase MCP Server

  • Running SELECT queries to read data from Altibase databases.
  • Executing INSERT, UPDATE, DELETE modifications via natural language.
  • Creating and describing database tables interactively.
  • Discovering and recording business insights during data analysis.
  • Automatically maintaining a business insights memo.

FAQ from Altibase MCP Server

What is the Altibase MCP Server?

It is an MCP server that provides database interaction and business intelligence capabilities through Altibase, enabling SQL queries, data analysis, and automatic generation of business insight memos.

What are the prerequisites for using Altibase MCP Server?

You need to download and install Altibase server and client, set up Unixodbc on Linux or ODBC DSN on Windows, and configure the appropriate driver.

How do I configure Altibase MCP Server with Claude Desktop?

Add the server to your claude_desktop_config.json using either uvx mcp-server-altibase@latest --odbc-dsn PYODBC or, if you cloned the repository, uv run mcp-server-altibase --odbc-dsn PYODBC from the project directory.

What license is the Altibase MCP Server under?

It is licensed under the MIT License, allowing free use, modification, and distribution subject to the terms of that license.

Where can I find the source code and package?

The source code is maintained on GitHub at https://github.com/hesslee/mcp-server-altibase and the package is available on PyPI at https://pypi.org/project/mcp-server-altibase.

Comments

More Other MCP servers