Gathering detailed insights and metrics for atlas-datahub-mcp
Gathering detailed insights and metrics for atlas-datahub-mcp
Gathering detailed insights and metrics for atlas-datahub-mcp
Gathering detailed insights and metrics for atlas-datahub-mcp
npm install atlas-datahub-mcp
Typescript
Module System
Node Version
NPM Version
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
4
6
🔌 Compatible with Cline, Cursor, Claude Desktop, and any other MCP Clients!
Atlas DataHub MCP is also compatible with any MCP client
The Model Context Protocol (MCP) is an open standard that enables AI systems to interact seamlessly with various data sources and tools, facilitating secure, two-way connections.
The Atlas DataHub MCP server provides:
Before you begin, ensure you have:
1npx -y atlas-datahub-mcp@latest
To install Atlas DataHub MCP Server for Claude Desktop automatically via Smithery:
1npx -y @smithery/cli install @atlas-datahub/mcp --client claude
The easiest way to set up the Atlas DataHub MCP server in Cline is through the marketplace with a single click:
Alternatively, you can manually set up the Atlas DataHub MCP server in Cline:
1# For macOS: 2code ~/Library/Application\ Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json 3 4# For Windows: 5code %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
1{ 2 "mcpServers": { 3 "atlas-datahub-mcp": { 4 "command": "npx", 5 "args": ["-y", "atlas-datahub-mcp@latest"], 6 "env": { 7 "AZURE_COSMOS_CONNECTION_STRING": "your-connection-string-here", 8 "AZURE_COSMOS_DATABASE_NAME": "your-database-name", 9 "AZURE_COSMOS_CONTAINER_NAME": "your-container-name" 10 }, 11 "disabled": false, 12 "autoApprove": [] 13 } 14 } 15}
Note: Requires Cursor version 0.45.6 or higher
To set up the Atlas DataHub MCP server in Cursor:
1env AZURE_COSMOS_CONNECTION_STRING=your-connection-string AZURE_COSMOS_DATABASE_NAME=your-database AZURE_COSMOS_CONTAINER_NAME=your-container npx -y atlas-datahub-mcp@latest
Important: Replace the placeholder values with your actual Azure Cosmos DB configuration
1# Create the config file if it doesn't exist 2touch "$HOME/Library/Application Support/Claude/claude_desktop_config.json" 3 4# Opens the config file in TextEdit 5open -e "$HOME/Library/Application Support/Claude/claude_desktop_config.json"
1code %APPDATA%\Claude\claude_desktop_config.json
1{ 2 "mcpServers": { 3 "atlas-datahub-mcp": { 4 "command": "npx", 5 "args": ["-y", "atlas-datahub-mcp@latest"], 6 "env": { 7 "AZURE_COSMOS_CONNECTION_STRING": "your-connection-string-here", 8 "AZURE_COSMOS_DATABASE_NAME": "your-database-name", 9 "AZURE_COSMOS_CONTAINER_NAME": "your-container-name" 10 } 11 } 12 } 13}
Once the installation is complete, and the Claude desktop app is configured, you must completely close and re-open the Claude desktop app to see the atlas-datahub-mcp server. You should see a hammer icon in the bottom left of the app, indicating available MCP tools.
Query all records with partition key "user123" from the database.
Insert a new record with ID "doc123", partition key "user123", and data containing title and content.
Update the record with ID "doc123" and partition key "user123" with new title and content.
Server Not Found
npm --version
node --version
Connection String Issues
Database Access Issues
No vulnerabilities found.
No security vulnerabilities found.