Ssb MCP Server
S

Ssb MCP Server

The SQL Stream Builder MCP Server is a comprehensive SSB management platform that provides full access to SSB functions through more than 80 MCP tools. It supports independent deployment and CDP deployment, covering functions such as job management, real-time data sampling, system monitoring, and user management.
2.5 points
5.5K

What is SSB MCP Server?

SSB MCP Server is an intelligent assistant that allows you to manage the SQL Stream Builder environment through natural language conversations. It provides more than 80 functional tools, covering the full lifecycle management of stream data processing jobs, from creating queries to monitoring performance and analyzing data samples.

How to use SSB MCP Server?

You can interact with SSB MCP Server through the Claude Desktop application. After configuration, simply describe the operation you want to perform in natural language, such as 'Show all running jobs' or 'Query real-time data from the NVDA table', and the system will automatically execute the corresponding operation.

Applicable scenarios

Suitable for data engineers to manage stream jobs, operations teams to monitor system health, data analysts to explore real-time data, and platform administrators to manage users and project configurations. Especially suitable for teams that need to interact frequently with the stream data processing system.

Main Features

Full Lifecycle Management of Jobs
Create, start, stop, and restart stream processing jobs, and view job status and historical events
Real-time Data Sampling
Obtain real-time data samples from running jobs, supporting periodic sampling and full message sampling modes
SQL Query Execution
Execute SQL query statements directly, automatically handle syntax details, and return real-time results
Data Table Management
Browse available table structures, create Kafka virtual tables, and manage table schemas and connectors
System Monitoring
Check cluster health status, view performance indicators, and monitor system resource usage
Support for Multiple Authentication Methods
Supports basic authentication for independent SSB deployment and Knox gateway authentication for CDP environments
User and Project Management
Manage user settings, API keys, project configurations, and environment switching
Advantages
Natural language interaction: No need to memorize complex commands, manage the stream processing system through conversations
Comprehensive function coverage: More than 80 tools cover more than 80% of SSB API functions
Real-time data access: Directly obtain real-time data samples from stream processing jobs
Easy to configure: Supports fast Docker deployment and cloud environment integration
Secure and reliable: Read-only mode by default, sensitive information is automatically desensitized
Limitations
Requires support from the Claude Desktop environment
Materialized view creation needs to be completed through the SSB UI interface
After creating a virtual table, it needs to be manually registered in the Flink directory before querying
Some advanced functions require write permission configuration

How to Use

Environment Preparation
Ensure that you have an accessible SQL Stream Builder environment, which can be an independent deployment or a CDP environment
Installation and Configuration
Start the local environment through Docker Compose or configure a remote SSB connection
Claude Desktop Configuration
Add SSB MCP server settings to the Claude Desktop configuration file
Start Using
Restart Claude Desktop and start managing your SSB environment with natural language

Usage Examples

Real-time Stock Data Monitoring
Monitor real-time stock price data streams for real-time analysis and early warning
Stream Job Health Check
Regularly check the running status and health of all stream processing jobs
System Performance Monitoring
Monitor the overall health status and performance indicators of the SSB cluster
Data Table Structure Exploration
Explore the structure and schema information of available data tables

Frequently Asked Questions

What authentication methods does SSB MCP Server support?
How to obtain real-time data samples?
Why can't the created table be found during querying?
How to enable write operation permissions?
How to create a materialized view?

Related Resources

Official Documentation
Cloudera SQL Stream Builder official documentation
GitHub Repository
SSB MCP Server source code and issue tracking
Model Context Protocol
Official specification document of the MCP protocol
Docker Compose Guide
Docker Compose configuration and usage guide

Installation

Copy the following command to your Client for configuration
{
     "mcpServers": {
       "ssb-mcp-server": {
         "command": "/FULL/PATH/TO/SSB-MCP-Server/run_mcp_server.sh",
         "args": [],
         "cwd": "/FULL/PATH/TO/SSB-MCP-Server"
       }
     }
   }

{
      "mcpServers": {
        "ssb-mcp-server": {
          "command": "/FULL/PATH/TO/SSB-MCP-Server/.venv/bin/python",
          "args": [
            "-m",
            "ssb_mcp_server.server"
          ],
          "env": {
            "MCP_TRANSPORT": "stdio",
            "SSB_API_BASE": "https://ssb-gateway.yourshere.cloudera.site/ssb/api/v1",
            "KNOX_TOKEN": "<your_knox_bearer_token>",
            "SSB_READONLY": "true"
          }
        }
      }
    }

{
  "mcpServers": {
    "ssb-mcp-server": {
      "command": "uvx",
      "args": [
        "--from",
        "git+https://github.com/your-org/ssb-mcp-server@main",
        "run-server"
      ],
      "env": {
        "MCP_TRANSPORT": "stdio",
        "SSB_API_BASE": "https://ssb-gateway.yourshere.cloudera.site/ssb/api/v1",
        "KNOX_TOKEN": "<your_knox_bearer_token>",
        "SSB_READONLY": "true"
      }
    }
  }
}
Note: Your key is sensitive information, do not share it with anyone.

Alternatives

M
MCP Alchemy
Certified
MCP Alchemy is a tool that connects Claude Desktop to multiple databases, supporting SQL queries, database structure analysis, and data report generation.
Python
11.7K
4.2 points
P
Postgresql MCP
A PostgreSQL database MCP service based on the FastMCP library, providing CRUD operations, schema inspection, and custom SQL query functions for specified tables.
Python
13.0K
4 points
K
Kubernetes
An MCP server based on Kubernetes for managing and operating Kubernetes clusters
TypeScript
9.7K
5 points
E
Edgeone Pages MCP Server
EdgeOne Pages MCP is a service that quickly deploys HTML content to EdgeOne Pages via the MCP protocol and obtains a public URL
TypeScript
15.9K
4.8 points
A
Awesome MCP List
This is a continuously updated curated list of MCP servers, covering multiple categories such as browser control, art and culture, cloud platforms, command - line, communication, customer data platforms, databases, developer tools, data science tools, file systems, finance and fintech, games, knowledge and memory, location services, marketing, monitoring, search, and utilities. Each project comes with a GitHub link and the number of stars, making it easy for users to quickly understand and use.
11.4K
5 points
W
Wren
Wren Engine is a semantic engine designed for MCP clients and AI agents, providing semantic layer support to enable AI to accurately understand enterprise data models and business logic. It supports multiple data sources and is embedded in MCP clients to ensure the accuracy and governance of data interaction.
Java
12.2K
4 points
A
Awslabs Cost Analysis MCP Server
The AWS MCP Servers are a set of dedicated servers based on the Model Context Protocol, offering various AWS-related functions, including document retrieval, knowledge base query, CDK best practices, cost analysis, image generation, etc., aiming to enhance the integration of AI applications with AWS services through a standardized protocol.
Python
12.3K
5 points
M
MCP Redis
Certified
Redis MCP Server is a natural language interface service designed for Redis, supporting AI agents to query and manage Redis data through natural language, integrating the MCP protocol, and providing multiple data structures and search functions.
Python
12.4K
4.5 points
N
Notion Api MCP
Certified
A Python-based MCP Server that provides advanced to-do list management and content organization functions through the Notion API, enabling seamless integration between AI models and Notion.
Python
14.8K
4.5 points
G
Gitlab MCP Server
Certified
The GitLab MCP server is a project based on the Model Context Protocol that provides a comprehensive toolset for interacting with GitLab accounts, including code review, merge request management, CI/CD configuration, and other functions.
TypeScript
16.7K
4.3 points
M
Markdownify MCP
Markdownify is a multi-functional file conversion service that supports converting multiple formats such as PDFs, images, audio, and web page content into Markdown format.
TypeScript
23.8K
5 points
D
Duckduckgo MCP Server
Certified
The DuckDuckGo Search MCP Server provides web search and content scraping services for LLMs such as Claude.
Python
44.1K
4.3 points
F
Figma Context MCP
Framelink Figma MCP Server is a server that provides access to Figma design data for AI programming tools (such as Cursor). By simplifying the Figma API response, it helps AI more accurately achieve one - click conversion from design to code.
TypeScript
45.0K
4.5 points
U
Unity
Certified
UnityMCP is a Unity editor plugin that implements the Model Context Protocol (MCP), providing seamless integration between Unity and AI assistants, including real - time state monitoring, remote command execution, and log functions.
C#
20.3K
5 points
G
Gmail MCP Server
A Gmail automatic authentication MCP server designed for Claude Desktop, supporting Gmail management through natural language interaction, including complete functions such as sending emails, label management, and batch operations.
TypeScript
15.0K
4.5 points
M
Minimax MCP Server
The MiniMax Model Context Protocol (MCP) is an official server that supports interaction with powerful text-to-speech, video/image generation APIs, and is suitable for various client tools such as Claude Desktop and Cursor.
Python
29.5K
4.8 points
AIBase
Zhiqi Future, Your AI Solution Think Tank
© 2025AIBase