DataMammoth MCP Server
OfficialClick on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@DataMammoth MCP ServerList my active servers"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
DataMammoth MCP Server
A Model Context Protocol (MCP) server that lets AI assistants manage DataMammoth infrastructure through natural language.
Status: v0.1.0 — 16 tools implemented.
Installation
npm install -g @datamammoth/mcp-serverRelated MCP server: Anytype MCP Server
Claude Desktop Configuration
Add to your Claude Desktop config (~/Library/Application Support/Claude/claude_desktop_config.json):
{
"mcpServers": {
"datamammoth": {
"command": "npx",
"args": ["-y", "@datamammoth/mcp-server"],
"env": {
"DM_API_KEY": "dm_your_key_here"
}
}
}
}Environment Variables
Variable | Required | Default | Description |
| Yes | — | Your DataMammoth API key |
| No |
| API base URL override |
Available Tools (16)
Server Management (8)
Tool | Description |
| List servers with optional status/search filters |
| Get server details and live status |
| Provision a new server |
| Power on/off/reboot/shutdown a server |
| Terminate a server (requires confirmation) |
| Get CPU/RAM/disk/network metrics |
| List server snapshots |
| Create a server snapshot |
Products (1)
Tool | Description |
| Browse product catalog with category/region filters |
Billing (2)
Tool | Description |
| List invoices with optional status filter |
| Check account balance and credit |
Support (2)
Tool | Description |
| List support tickets |
| Open a new support ticket |
Infrastructure (3)
Tool | Description |
| List available datacenters |
| Check API health and service status |
| Get account profile information |
Example Conversations
"List my active servers"
"Create a new Ubuntu 22.04 VPS with the medium plan, hostname api-prod-02"
"Show me my unpaid invoices"
"Take a snapshot of server srv_abc123 called pre-migration"
"What's the API health status?"
"Open a ticket about high CPU usage on my web-01 server"
Development
npm install
npm run build
DM_API_KEY=test npm startDocumentation
Contributing
See CONTRIBUTING.md.
License
MIT -- see LICENSE.
This server cannot be deployed
Maintenance
Related MCP Connectors
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
MCP server that lets AI assistants use all OneSchema features exposed via the public API.
Hosted MCP server for AI-driven data ops. Create apps, manage schemas, and CRUD structured data.
- mcpOAuthcom.gibsonai
GibsonAI MCP server: manage your databases with natural language
Related MCP Servers
- AlicenseBqualityDmaintenanceA Model Context Protocol server providing AI assistants with comprehensive project, task, and subtask management capabilities with project-specific storage.2912 npm89MIT
- AlicenseNot gradedqualityBmaintenanceA Model Context Protocol (MCP) server implementation that enables AI assistants to interact with Anytype's API through natural language, allowing users to manage their knowledge base through conversation.637 npm521MIT
- AlicenseBqualityNot gradedmaintenanceA Model Context Protocol server that enables AI assistants to interact with Datadog's observability platform through natural language.72MIT
- AlicenseNot gradedqualityAmaintenanceAn MCP server that enables AI assistants to manage Context Repo prompts, documents, and collections with semantic search and progressive disclosure navigation.69 npm1MIT