★ 0 stars
Shell
🤖 AI/LLM
Updated today
High-performance, architecture-aware Ubuntu development environments. Orchestrated via Docker with integrated MCP servers, AI tools, and zero-trust remote access. Architecture as Code (AasC) for the modern developer.
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"ghost-machines": {
"command": "npx",
"args": [
"-y",
"1999AZZAR/ghost-machines"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add ghost-machines npx -y 1999AZZAR/ghost-machines
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"ghost-machines": {
"command": "npx",
"args": [
"-y",
"1999AZZAR/ghost-machines"
]
}
}
}
📋 Copy
Topics
ai-tooling architecture-as-code automation devops docker-compose mcp-server productivity snapshot-restore ubuntu-development zero-trust