Connectry Architect MCP

Ace the Claude Certified Architect exam Adaptive certification prep powered by the Model Context Protocol. Its 18 documented tools cover exam, capstone, build, practice. It runs locally over stdio via the published package.

People connecting this server to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-03-19 · ★ 32 · #492 OF 848 MAINTAINED OTHER · VERIFIED 2026-08-25

MIT · TypeScript servers · how we verify → /methodology

01 · Install Connectry Architect MCP

Claude Code

claude mcp add connectry-io-connectrylab-architect-cert -- npx -y connectry-architect-mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "connectry-io-connectrylab-architect-cert": {
      "command": "npx",
      "args": [
        "-y",
        "connectry-architect-mcp"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

npm package connectry-architect-mcp - unscoped; check the name against the project README before installing

registry registry publisher io.github.weareconnectry is not the repo owner (connectry-io) - the registry entry was published by someone else

03 · What Connectry Architect MCP can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

With this server connected, an agent can get the next adaptive question with clickable A/B/C/D buttons (reviews > weak areas > new material), view overall study progress with mastery percentages per domain, browse all 5 domains and 30 task statements with current mastery levels, and get personalized recommendations with multi-select domain focus.

Capability map

Tools grouped from the project's README - what Connectry Architect MCP lets an agent do.

read & search

7 tools - e.g. Deep dive into a specific task statement with full concept handout; View overall study progress with mastery percentages per domain; Browse all 5 domains and 30 task statements with current mastery levels

get_section_details · get_progress · get_curriculum · get_weak_areas · get_study_plan · get_dashboard…

Capstone

3 tools - e.g. Start a guided capstone build - shape your project and validate criteria coverage; Drive the capstone build: confirm, quiz, build, next, status, or abandon; Check capstone build progress - current step…

start_capstone_build · capstone_build_step · capstone_build_status

Practice

2 tools - e.g. Get the next adaptive question with clickable A/B/C/D buttons (reviews > weak areas > new material); Take a full 60-question practice exam simulating the real certification

get_practice_question · start_practice_exam

Submit

2 tools - e.g. Grade your answer deterministically - presents interactive follow-up options; Submit and grade answers during a practice exam

submit_answer · submit_exam_answer

run & execute

1 tool - e.g. Begin with 15 diagnostic questions (lessons-first, one at a time) to determine your learning path

start_assessment

Follow

1 tool - e.g. Handle post-answer actions: code examples, concept lessons, handouts, reference projects

follow_up

Scaffold

1 tool - e.g. Access reference projects for hands-on practice with real code

scaffold_project

Reset

1 tool - e.g. Start over - requires explicit confirmation to prevent accidents

reset_progress

Latest releases

v0.1.12 · 2026-03-19

What's New · Interactive Clickable UI · Every question now presents clickable A/B/C/D buttons directly in Claude - no more typing answer letters. Follow-up actions (code examples, concept lessons, handouts, reference…

04 · Who maintains Connectry Architect MCP

connectry-architect-mcp is maintained by connectry-io. It's the only MCP server we track from this author; the repo dates to Mar 2026.

05 · Facts

category
other - ranked #492 of 848 actively-maintained other servers as of 2026-08-25.
registry
io.github.weareconnectry/connectry-architect-mcp (active, first published 2026-03-19)
packages
npm:connectry-architect-mcp

06 · Connectry Architect MCP FAQ

Is Connectry Architect MCP still maintained?

Yes - as of 2026-08-25, its last commit was 2026-03-19. We re-verify nightly.

What can Connectry Architect MCP do?

With this server connected, an agent can get the next adaptive question with clickable A/B/C/D buttons (reviews > weak areas > new material), view overall study progress with mastery percentages per domain, browse all 5 domains and 30 task statements with current mastery levels, and get personalized recommendations with multi-select domain focus.

How do I install Connectry Architect MCP?

Run `npx -y connectry-architect-mcp`. You can also paste the ready-made client config above.

Does Connectry Architect MCP run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Connectry Architect MCP