DataRaum is an MCP server that analyzes tabular data sources like CSV, Parquet, and JSON to generate rich metadata context for AI-assisted data analysis. It supports session-based exploration, quality measurement, natural-language querying, and SQL execution over the analyzed data.
From the registry: Pre-computed metadata context engine for AI-driven data analytics
$ pip install dataraumhttps://pypi.org/project/dataraum/$ export ANTHROPIC_API_KEY="<your-anthropic-api-key>"Please install the `dataraum` MCP server into my current AI client (that's you).
Required prerequisites (do these first if not already done):
- **Install DataRaum** — Install the DataRaum Python package so the MCP server executable is available. Run: `pip install dataraum` (https://pypi.org/project/dataraum/)
- **Set Anthropic API key** — Semantic analysis requires an Anthropic API key. In default usage, this is needed for LLM-powered semantic analysis. Run: `export ANTHROPIC_API_KEY="<your-anthropic-api-key>"`
Canonical MCP server config (stdio transport):
- command: `dataraum-mcp`
- args: []
- required environment variables:
- `ANTHROPIC_API_KEY`: Anthropic API key used for semantic analysis. (example: `<your-anthropic-api-key>`)
Note: The README shows the MCP server launched via the `dataraum-mcp` command after installing the `dataraum` package. It also mentions LLM provider configuration in `config/llm/config.yaml`, but no MCP config-file command-line arguments or additional environment variables are documented in the provided README.
Add this MCP server to my current client's config in the correct format for you. If you need secrets or credentials I haven't provided, ASK me — do not invent values or leave raw placeholders. After adding it, tell me how to verify the server is connected.ANTHROPIC_API_KEYrequiredAPI key required for semantic analysis and LLM-powered metadata generationTrending hip-hop artist momentum scores across four cultural dimensions.
Official PostHog MCP Server for product analytics, feature flags, experiments, and more.
Official OpenMetadata MCP: governed context and business semantics for AI assistants and agents.