Skip to content
Cursor

architectos for Cursor

io.github.cgseyhan/architectos

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

client:Cursor transport:stdio runtime:npm

Install architectos in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

architectos in other clients