machines-mcp
Click 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., "@machines-mcpspin up a Linux machine and run df -h when it's ready"
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.
machines-mcp
Production-oriented Model Context Protocol server for Dedalus Machines.
Lets agents create persistent VMs, wait until they are running, execute commands, and run basic diagnostics — without hand-rolled polling loops.
Tools
Tool | Description |
| Create a machine and block until |
| Retrieve machine status |
| List machines |
| Run a shell command via executions API |
| Lifecycle controls |
| Destroy a machine |
| Auth + API + optional machine health check |
Related MCP server: agent-handoff-protocol
Quickstart
export DEDALUS_API_KEY=dsk-...
# optional:
# export DEDALUS_BASE_URL=https://api.dedaluslabs.ai
# export DEDALUS_ORG_ID=...
uv sync
uv run python -m src.mainServer listens on Streamable HTTP (:8080 by default).
Claude / Cursor MCP config
{
"mcpServers": {
"dedalus-machines": {
"command": "uv",
"args": ["run", "python", "-m", "src.main"],
"cwd": "/path/to/machines-mcp",
"env": {
"DEDALUS_API_KEY": "dsk-..."
}
}
}
}Design notes
Built on
dedalus-mcp(Dedalus MCP framework) + officialdedalusPython SDKCreate-and-wait uses client-side polling with timeout / terminal-phase failures
machines_doctoris safe for onboarding: checks key presence, API reachability, lists machines
License
MIT
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
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.
Related MCP Connectors
Provides capabilities that let LLM agents perform a range of infrastructure management tasks.
On-demand GPU nodes for agents: create nodes, run commands, and submit jobs, billed by the minute.
Hosted runtime for persistent agent teams, durable workflows, memory, schedules, and goals.
Develop, manage, and debug Railway projects, services, and deployments from within agents.
Related MCP Servers
- AlicenseBqualityDmaintenanceEnables AI agents to launch, monitor, and manage long-running terminal processes with real-time log capture and search functionality. It features automatic log rotation and graceful process termination to ensure system stability.5215MIT
- AlicenseNot gradedqualityBmaintenanceEnables durable agent session transfer between machines by serializing state, provisioning sandboxes, and metering costs via MCP tools over a Postgres-backed state machine.6MIT

@reachpad/mcpofficial
AlicenseAqualityBmaintenanceProvides MCP tools to create, run commands in, checkpoint, and delete durable cloud environments, giving coding agents persistent state between calls.703MIT- AlicenseNot gradedqualityBmaintenanceEnables AI agents and MCP clients to manage AutoDL GPU instances programmatically, including creating, listing, powering on/off, executing commands, transferring files, and enforcing automatic shutdown.MIT
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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/sarvesh2003dev/machines-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server