DataMammoth MCP Server
OfficialClick on "Install 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: Agentic Tools 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 installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/datamammoth/mcp-server-datamammoth'
If you have feedback or need assistance with the MCP directory API, please join our Discord server