mcp-server-altibase
If you are the rightful owner of mcp-server-altibase and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
Altibase MCP Server is a Model Context Protocol server implementation that provides database interaction and business intelligence capabilities through Altibase.
The Altibase MCP Server is a robust implementation of the Model Context Protocol (MCP) that facilitates database interaction and business intelligence through Altibase. It allows users to run SQL queries, analyze business data, and automatically generate business insight memos. The server is designed to enhance business intelligence by providing tools for executing SQL queries, managing database schemas, and generating insights. The source code is available on GitHub, and the package can be installed via PyPI. The server is equipped with dynamic resources and demonstration prompts to guide users through database operations and insight generation.
Features
- SQL Query Execution: Execute SELECT, INSERT, UPDATE, and DELETE queries to interact with the database.
- Schema Management: Tools to create tables, list existing tables, and describe table schemas.
- Business Insights: Automatically generate and append business insights to a memo resource.
- Dynamic Resources: Continuously updated business insights memo that aggregates discovered insights.
- Interactive Prompts: Demonstration prompts to guide users through database operations and analysis.
Tools
read_query
Execute SELECT query and return query results
write_query
Execute an INSERT, UPDATE, or DELETE query to return the number of affected rows
create_table
Create a new table and return confirmation information
list_tables
List all tables in the database
describe_table
View schema information for a specific table
append_insight
Add new business insights to the memo resource