Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Dg Server

FreeNot checked

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

GitHubEmbed

About

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

README

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.

🚀 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

from github.com/hrishi2710/dg-mcp-server

Installing Dg Server

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/hrishi2710/dg-mcp-server

FAQ

Is Dg Server MCP free?

Yes, Dg Server MCP is free — one-click install via Unyly at no cost.

Does Dg Server need an API key?

No, Dg Server runs without API keys or environment variables.

Is Dg Server hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install Dg Server in Claude Desktop, Claude Code or Cursor?

Open Dg Server on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Dg Server with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All ai MCPs