dg-mcp-server
A powerful and flexible Datagroom MCP server implementation to read the data and let the LLM handle the reasoning of the data.
README
dg-mcp-server
Model context Protocol server for Datagroom
✨ Features | 🚀 Getting Started | 🛠️ Tools | 🧑💻 Development
✨ Features <a id="features"></a>
A powerful and flexible Datagroom MCP server implementation to read the data and let the LLM handle the reasoning of the data.
🚀 Getting Started <a id="getting-started"></a>
Requirements
- Access to a locally hosted [Datagroom gateway] (https://github.com/h-tendy/datagroom-gateway) instance
Prerequisites
- Install the python-sdk dependencies like uv, mcp etc.
- Clone the project
- Run
uv syncto install the dependencies
Letta ADE (Local installation - Letta Desktop)
- Set BASIC_AUTH_USER and BASIC_AUTH_PASS on the os using
exportorsetcommand. - 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 <a id="tools"></a>
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 <a id="development"></a>
Running the server with mcp-inspector
Run uv run mcp dev main.py
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.