cipher42-mcp

yevgenypats/cipher42-mcp

3.3

If you are the rightful owner of cipher42-mcp 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.

Unified MCP Server for any Database or Data Warehouse (Via Cipher42) is a versatile server that provides a unified API for various tools to interact with databases and data warehouses.

Unified MCP Server for any Database or Data Warehouse (Via Cipher42)

This product is currently in beta

This is an MCP server that provides a unified API for tools such Claude (Currently Claude Desktop), Cursor, Windsurf to have a unified API to your database or data warehouse. The MCP server enables any of those tools to get deep context to your schema and help with variety of tasks from writing SQL in your IDE to understanding and visualizing data.

(The above is a short video of of Claude analyzing the BigQuery public daset of FCC Political Ads and Visualizing it via this MCP and Cipher42)

This MCP requires an API key from Cipher42. This MCP needs a backend such as Cipher42 as Cipher42 does a lot of the normalization and indexing to provide the unified api and return results fast to your end tool such as Claude or Cursor.

The MCP Server provides the following tools:

  • getDatasources - The current datasources configured and indexed by Cipher42.ai.
  • getSchemas - Get the current schemas in a specific datasource.
  • getTables - Get the tables including their schemas.
  • runQuery - Execute a query and return the results in JSON format.

Cipher42 Currently supports: PostgreSQL, Snowflake and BigQuery

Installation (Claude Desktop Example)

  1. Sign-up to Cipher42.
  2. Connect your datasource so Cipher can index your schema and metadata.
  3. Copy your personal api key from your user settings
  4. Download Claude Desktop.
  5. Edit your claude_desktop_config.json to have the following (on mac it's located at /Users/yevgenyp/Library/Application\ Support/Claude/claude_desktop_config.json):
{
    "mcpServers": {
      "cipher42": {
        "command": "npx",
        "args": [
          "-y",
          "@yevgenyp/cipher42-mcp@v0.0.7"
        ],
        "env": {
          "CIPHER42_API_KEY": "YOUR_PERSONAL_API_KEY"
        }
      }
    }
  }
  1. Restart Claude.
  2. You should see cipher42 show up in the tools dropdown