Skip to main content
Glama
sohamkamat28

Ripplecheck MCP Server

by sohamkamat28

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
DATAHUB_GMS_URLNoThe URL of the DataHub GMS server, e.g., http://localhost:8080
RIPPLECHECK_MODENoMode of operation. Set to 'live' for live DataHub mode, otherwise the offline fixture mode is used.
DATAHUB_GMS_TOKENNoYour DataHub personal access token for local DataHub OSS
DATAHUB_MCP_COMMANDNoCommand to launch the official DataHub MCP server, e.g., 'uvx mcp-server-datahub@latest'
TOOLS_IS_MUTATION_ENABLEDNoSet to 'true' to enable mutation tools for writebacks. Clear or set to 'false' for read-only live assessment.

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": false
}

Tools

Functions exposed to the LLM to take actions

NameDescription
assess_schema_changeB

Compile proposed DDL or a column change into a counterfactual DataHub graph, policy proof, release gate, migration DAG, and merge-ready evidence manifest.

list_demo_scenariosA

List the built-in offline scenarios and their expected decisions.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.4/5.0

Scored across 2 tools

Disambiguation5/5

The two tools have clearly distinct purposes: assess_schema_change performs a complex analysis, while list_demo_scenarios provides test scenarios. No overlap or ambiguity exists.

Naming Consistency5/5

Both tools follow the same verb_noun pattern (assess_schema_change, list_demo_scenarios), making the API predictable and easy to navigate.

Tool Count3/5

With only two tools, the server feels minimally scoped. While appropriate for a niche utility, the count is on the thin side, making it harder to justify a standalone server.

Completeness3/5

The core assessment functionality is present, but the server lacks any management operations (e.g., listing past assessments, retrieving specific results), which limits its coverage of the full workflow.

Maintenance

ActivitySlowing
ResponsivenessNo issues