atomic-os

danielgonzagat/atomic-os
★ 0 stars TypeScript AI/LLM Updated today
Atomic OS — structured-read + atomic-edit MCP server that turns any AI CLI agent into a surgical, verifiable, product-oriented engineer. Intention high, action minimal, proof clear, rollback possible, product as the end.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "atomic-os": {
      "command": "npx",
      "args": [
        "-y",
        "danielgonzagat/atomic-os"
      ]
    }
  }
}