Skip to main content
Glama
hrishi2710

dg-mcp-server

by hrishi2710

dg-mcp-server

Model context Protocol server for Datagroom

✨ Features | 🚀 Getting Started | 🛠️ Tools | 🧑‍💻 Development

✨ Features

A powerful and flexible Datagroom MCP server implementation to read the data and let the LLM handle the reasoning of the data.

Related MCP server: Databricks MCP Server

🚀 Getting Started

Requirements

Prerequisites

  • Install the python-sdk dependencies like uv, mcp etc.

  • Clone the project

  • Run uv sync to install the dependencies

Letta ADE (Local installation - Letta Desktop)

  • Set BASIC_AUTH_USER and BASIC_AUTH_PASS on the os using export or set command.

  • Run the mcp server using uv run main.py

  • Create a new agent in Letta ADE

  • Go to Tool manager, add a new custom server.

  • Provide the server name as DgGatewayMcpServer.

  • Provide the url as http://127.0.0.1:8001/mcp

  • Connect with the server and add it and attach required tools to the agent.

🛠️ Tools

server_info

Get the mcp server information

get_datasets

Get all the datasets that are hosted on the Datagroom

get_columns_and_filters_metadata

Get all the columns or headers for a given dataset name, dataset view and for a given user. If the dataset view is not provided it is assumed to be default view. It also provides the data like filters for a dataset, the metadata attributes for each column/header and the access control list for the given dataset.

Parameters:

  • dsName (string, required)

    • The datasetname for which the metadata is to be retrieved

  • dsView (string, optional, default = default)

    • The view for which the the metadata to be retrieved

🧑‍💻 Development

Running the server with mcp-inspector

Run uv run mcp dev main.py

F
license - not found
-
quality - not tested
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    -
    quality
    D
    maintenance
    FastMCP is a comprehensive MCP server allowing secure and standardized data and functionality exposure to LLM applications, offering resources, tools, and prompt management for efficient LLM interactions.
    3
    MIT
  • A
    license
    B
    quality
    D
    maintenance
    A server that implements the Model Completion Protocol (MCP) to allow LLMs to interact with Databricks resources including clusters, jobs, notebooks, and SQL execution through natural language.
    11
    48
    MIT
  • A
    license
    -
    quality
    D
    maintenance
    Enables building MCP servers with embedded reasoning, allowing complex tasks to be offloaded to an internal LLM for token and cost efficiency.
    1
    MIT
  • A
    license
    -
    quality
    D
    maintenance
    An MCP server that gives AI assistants the ability to connect to, query, profile, and monitor data sources — turning any LLM into an interactive data engineering copilot.
    MIT

View all related MCP servers

Related MCP Connectors

  • MCP server providing access to the Scorecard API to evaluate and optimize LLM systems.

  • MCP server for AI dialogue using various LLM models via AceDataCloud

  • MCP server exposing the Backtest360 engine API as tools for AI agents.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/hrishi2710/dg-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server