Odel
architectos

architectos

Local
@cgseyhanJavaScriptUpdated 1mo ago

ArchitectOS - AI-Native Repository Intelligence & Architecture Operating System.

Runs locally over stdio

This server isn't hosted โ€” your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmarchitectosv0.1.30

Run

npx -y architectos

MCP client config

{
  "mcpServers": {
    "architectos": {
      "command": "npx",
      "args": [
        "-y",
        "architectos"
      ]
    }
  }
}