mcpbeat Sign in

Connectry Architect MCP Server

by weareconnectry Your server? Claim it
local only

Connectry Architect MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 59 installs a week from npm. Last commit 19 Mar 2026.

Free certification prep for the Claude Certified Architect exam by Connectry LABS

Installs per day peak 22 · avg 7 · +18% w/w
a month agotoday
59
Installs / week
npm · connectry-architect-mcp
33
Stars
1 open issues
19 Mar 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 4 min 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.

Package points at a different repository connectry-io/connectrylab-architect-cert-mcp
пакет connectry-architect-mcp ссылается на connectry-io/connectry-architect-mcp
Builds a file path from a variable src/data/loader.ts:45, src/resources/index.ts:64
  const filePath = path.join(DATA_DIR, 'handouts', filename);
    app.innerHTML =
      renderHeader() +

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 connectry-architect-mcp -- npx -y connectry-architect-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "connectry-architect-mcp": {
      "args": [
        "-y",
        "connectry-architect-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.connectry-architect-mcp]
command = "npx"
args = ["-y", "connectry-architect-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "connectry-architect-mcp": {
      "args": [
        "-y",
        "connectry-architect-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "connectry-architect-mcp": {
      "args": [
        "-y",
        "connectry-architect-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Connectry Architect MCP

same job, measured the same way
Examova — Exam Prep
by examova

Practice questions, exam facts & study guides for professional certification exams.

5 tools answering
I
TablaFocusMCP
by sreeramkongeseri

MCP server for tabla learning: glossary, taals, composition, practice coaching, certification prep.

33 installs/wk local only
R3PLICA AI Connector
by r3plica

Catalog of certified digital replicas from premium design brands, for any MCP-compatible AI agent.

53 installs/wk 16 tools answering
Landed
by landedjobs

Search AI-native jobs, inspect application forms, and fetch free interview-prep resources.

3 tools answering
Mcpwp
by mumega848

MCP for WordPress — connect Claude, Cursor, or Windsurf to any WordPress site.

22 installs/wk local only
Iterminal
by itophua

MCP Server for iTerminal SSH Connection Manager - Control SSH servers through Claude.

53 installs/wk local only
Viridisos
by jdhart81

ViridisOS — theorem-backed conservation certification + the unified trust root/mark/toll. Certify pa

7 tools answering
Bounceprotect
by fahassan00

Email validation and SMTP verification for Claude Desktop, Cursor, and Claude Code.

75 installs/wk local only

Connectry Architect MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Connectry Architect MCP?
Connectry Architect MCP 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 connectry-architect-mcp was installed 59 times last week.
How do I connect Connectry Architect MCP?
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 connectry-architect-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Connectry Architect MCP?
The npm package connectry-architect-mcp was installed 59 times in the last week. Week over week that is +18%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Connectry Architect MCP open source?
Yes — it is published under the MIT licence, written in TypeScript, 33 stars on GitHub and 1 open issue. The source link is on this page, so you can read exactly what it does with your data before you connect it.