DataRaum
Rank #12,516io.github.dataraum/dataraum
Pre-computed metadata context engine for AI-driven data analytics
DataRaum is a Model Context Protocol (MCP) server published by dataraum. It ranks #12,516 of 132,046 servers tracked on MCP Toplist, and its repository has 3 GitHub stars. DataRaum is listed across 2 registries — Official MCP and PulseMCP, with 1 tracked version. It was first listed on Nov 26, 2025 and most recently updated on Apr 17, 2026.
Ranks ahead of 119,530 of 132,046 servers on MCP Toplist.
Use DataRaum
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add dataraum -e "ANTHROPIC_API_KEY=<your ANTHROPIC_API_KEY>" -e "DATARAUM_HOME=<your DATARAUM_HOME>" -- uvx dataraumReplace each placeholder with your own value before saving.
[mcp_servers.dataraum]
command = "uvx"
args = ["dataraum"]
[mcp_servers.dataraum.env]
ANTHROPIC_API_KEY = "<your ANTHROPIC_API_KEY>"
DATARAUM_HOME = "<your DATARAUM_HOME>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"dataraum": {
"command": "uvx",
"args": [
"dataraum"
],
"env": {
"ANTHROPIC_API_KEY": "<your ANTHROPIC_API_KEY>",
"DATARAUM_HOME": "<your DATARAUM_HOME>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"dataraum": {
"command": "uvx",
"args": [
"dataraum"
],
"env": {
"ANTHROPIC_API_KEY": "<your ANTHROPIC_API_KEY>",
"DATARAUM_HOME": "<your DATARAUM_HOME>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"dataraum": {
"type": "stdio",
"command": "uvx",
"args": [
"dataraum"
],
"env": {
"ANTHROPIC_API_KEY": "<your ANTHROPIC_API_KEY>",
"DATARAUM_HOME": "<your DATARAUM_HOME>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"dataraum": {
"command": "uvx",
"args": [
"dataraum"
],
"env": {
"ANTHROPIC_API_KEY": "<your ANTHROPIC_API_KEY>",
"DATARAUM_HOME": "<your DATARAUM_HOME>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"dataraum": {
"command": "uvx",
"args": [
"dataraum"
],
"env": {
"ANTHROPIC_API_KEY": "<your ANTHROPIC_API_KEY>",
"DATARAUM_HOME": "<your DATARAUM_HOME>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.dataraum%2Fdataraum)<a href="https://mcptoplist.com/server/io.github.dataraum%2Fdataraum"><img src="https://mcptoplist.com/badge/io.github.dataraum%2Fdataraum.svg" alt="MCP Toplist: Top 10% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
dataraum
Available versions (1)
| Version | Published |
|---|---|
| 0.2.1 | Apr 17, 2026 |
Frequently asked questions
- Who maintains DataRaum?
- DataRaum is maintained by dataraum, which publishes 1 MCP server (1 total version) tracked on MCP Toplist.
- Is DataRaum listed on the Official MCP Registry?
- Yes — DataRaum is listed on the Official MCP Registry, alongside PulseMCP.
- How many versions does DataRaum have?
- MCP Toplist tracks 1 version of DataRaum, most recently published on Apr 17, 2026.
- Where can I find the source code for DataRaum?
- The source code for DataRaum is hosted at github.com/dataraum/dataraum.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.