• Home
  • Categories
  • Tags
  • Pricing
  • Submit
Built with
Ever Works
Ever Works

Connect with us

Stay Updated

Get the latest updates and exclusive content delivered to your inbox.

Product

  • Categories
  • Tags
  • Pricing
  • Help

Clients

  • Sign In
  • Register
  • Forgot password?

Company

  • About Us
  • Admin
  • Sitemap

Resources

  • Blog
  • Submit
  • API Documentation
All product names, logos, and brands are the property of their respective owners. All company, product, and service names used in this repository, related repositories, and associated websites are for identification purposes only. The use of these names, logos, and brands does not imply endorsement, affiliation, or sponsorship. This directory may include content generated by artificial intelligence.
Copyright Ā© 2025 Acme. All rights reserved.Ā·Terms of ServiceĀ·Privacy PolicyĀ·Cookies
  1. Home
  2. Database & Messaging Mcp Servers
  3. Clickzetta Server

Clickzetta Server

An MCP server bridging to ClickZetta databases for executing SQL queries, exploring schema information, and documenting insights via natural language interaction.

🌐Visit Website

About this tool

Surveys

Loading more......

Information

Websitegithub.com
PublishedMay 14, 2025

Categories

1 Item
Database & Messaging Mcp Servers

Tags

4 Items
#mcp
#database
#sql
#natural-language

Similar Products

6 result(s)
database-server-executeautomation

A Model Context Protocol server enabling LLMs to interact with SQLite and SQL Server databases, supporting schema inspection and SQL query execution, as an exemplary database MCP server.

database-server-manpreet2000

A Model Context Protocol server for MongoDB, enabling LLMs to query, insert, delete, and aggregate documents via natural language—demonstrating MCP server database integration.

Azure SQL Database MCP Server

An MCP Server for Microsoft Azure SQL Database, allowing Model Context Protocol clients to interact with managed Azure SQL databases in the cloud.

bit.io MCP Server

An MCP Server for bit.io, providing Model Context Protocol access to bit.io’s zero‑config, shareable cloud databases.

Datomic Mcp

Provides a JSON-RPC interface to Datomic databases through the MCP protocol, enabling schema exploration and Datalog query execution. This makes it a specialized MCP server for interacting with Datomic.

Dbs

A Model Context Protocol (MCP) implementation for connecting to and working with various database systems, serving as a versatile MCP server.

Clickzetta Server

A Model Context Protocol (MCP) server for interacting with ClickZetta Lakehouse databases, enabling SQL query execution, schema exploration, and documentation of data insights via natural language interfaces.

Features

  • MCP Server Implementation: Acts as a bridge between MCP clients and ClickZetta Lakehouse databases.
  • SQL Query Execution:
    • read_query: Execute read-only SQL queries.
    • write_query: Execute write SQL queries when enabled with --allow-write.
    • create_table: Create tables in the database (requires --allow-write).
  • Schema Exploration:
    • list_tables: List all available tables in the database.
    • describe-table: Get schema details for a specific table.
  • Data Insights Memo: Interact with a memo resource that documents and presents insights from the database.
  • Natural Language Interaction: Designed for use with tools like Claude Desktop, allowing users to ask questions in natural language and receive insights or query results.
  • Stdio Communication: Runs as a local server and communicates with MCP clients over standard input/output.
  • Credential Management: Requires configuration of ClickZetta Lakehouse credentials via a .env file.
  • Integration: Can be integrated with Claude Desktop and potentially other MCP-compatible clients.
  • Installation Methods:
    • Via direct package installation (tested on MacOS).
    • Planned/experimental support for installation via Smithery and UVX.

Pricing

No pricing information is provided; the source code is available as an open source project.

Source

Clickzetta Server on GitHub