mcpbeat Sign in

Architectos MCP Server

local only

Architectos runs on your own machine — the client starts it, so there is no endpoint to ping. 65 installs a week from npm. Last commit 27 Jul 2026.

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

Installs per day peak 1 002 · avg 42
a month agotoday
65
Installs / week
npm · architectos
0
Stars
0 open issues
27 Jul 2026
Last commit
0 releases in 90 days
License
JavaScript

What the code does

We read the source, 21 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

File ships in the package but is absent from the source [пакет] bin/architectos.js:1
этот файл ставится пользователю, но в репозитории его нет
    const filePath = path.join(this.adrDir, filename);

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add architectos -- npx -y architectos
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "architectos": {
      "args": [
        "-y",
        "architectos"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.architectos]
command = "npx"
args = ["-y", "architectos"]
.cursor/mcp.json
{
  "mcpServers": {
    "architectos": {
      "args": [
        "-y",
        "architectos"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "architectos": {
      "args": [
        "-y",
        "architectos"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Architectos

same job, measured the same way
Repo Test Architect
by repoassay

Audit-first test strategy MCP server for repository-native test planning.

63 installs/wk local only
Oxcode
by snowmead

PageRank-curated code intelligence for coding agents over an indexed source repository.

42 installs/wk local only
Kivgraph
by luqueee

Cross-repository semantic code intelligence for AI coding agents, from a local code graph.

local only
Repository Intelligence
by nirholas

Analyze repos of any size - security scanning code analysis monorepo support

local only
Ckb
by simplyliz

Code intelligence MCP server — 80+ tools for navigation, impact analysis, and architecture

274 installs/wk local only
Engineering Board
by ghostlygawd

Repository-owned engineering pattern intelligence - 19 MCP tools over stdio.

local only
searchcode
by searchcode

Code intelligence for LLMs. Analyze, search, and retrieve code from any public git repository.

7 tools answering
rag-rat
by cq27-dev

Repository intelligence, code graph, history, papertrail, and cross-agent memory for coding agents.

516 installs/wk local only

Architectos — questions

Answers built from our own checks of this server.

Why is there no uptime for Architectos?
Architectos runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package architectos was installed 65 times last week.
How do I connect Architectos?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls architectos straight from npm; nothing to host, nothing to sign up for.
How many people use Architectos?
The npm package architectos was installed 65 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Architectos open source?
We cannot say either way: written in JavaScript and 0 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.