D
DagsHub
Explore DagsHub datasets, models and experiments.
·No reviews yet
Share:
About
Auto-generated
DagsHub is a Model Context Protocol server in the Data & Databases category. It lets AI assistants that speak MCP call its tools and read its resources over STDIO.
Example tools
Illustrative tool names — the actual tool set is defined by the server at runtime.
query
Run a read-only SQL query
list_tables
List tables in the connected database
describe_table
Return column info for a table
Screenshots
No screenshots yet.
Frequently Asked Questions
Common questions about DagsHub.
- What is the DagsHub MCP?
- The DagsHub MCP allows users to explore datasets, models, and experiments hosted on DagsHub. It integrates DagsHub's MLOps capabilities into your environment.
- How do I configure the DagsHub MCP in an MCP client?
- Configuration typically involves setting the transport to 'stdio' and providing your DagsHub API key. Specific steps may vary depending on the MCP client used, such as Claude Desktop, Cursor, or Cline.
- Does the DagsHub MCP require authentication?
- Yes, authentication for the DagsHub MCP is handled via an API key. You will need to generate or obtain an API key from DagsHub to use this MCP.
- What are the primary capabilities exposed by the DagsHub MCP?
- The DagsHub MCP enables exploration of DagsHub's data, model, and experiment repositories. It acts as a bridge to DagsHub's MLOps features, including version control for data and models.
- Are there any licensing costs associated with using the DagsHub MCP?
- The DagsHub MCP itself is part of a community-provided open-source project. Any costs would depend on the underlying DagsHub service or platform usage, not the MCP directly.
- What is a prerequisite for using the DagsHub MCP?
- A key prerequisite for using the DagsHub MCP is having a DagsHub account and a corresponding API key. The MCP relies on standard input/output for interaction.
Install DagsHub
Claude Desktop
Add this to claude_desktop_config.json.
{
"mcpServers": {
"dagshub": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-dagshub"
]
}
}
}Cursor
Add this to ~/.cursor/mcp.json.
{
"mcpServers": {
"dagshub": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-dagshub"
]
}
}
}VS Code
Add this to your workspace settings.json.
{
"mcp.servers": {
"dagshub": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-dagshub"
]
}
}
}Reviews
Sign in to leave a review.
No reviews yet. Be the first!
Discussion(0)
No comments yet.