Archy MCP Server

I built archy after watching coding agents produce changes that passed review and rotted the import graph underneath. Then I measured whether that happens, and it barely does. It runs locally over stdio via the published package.

People connecting coding agent tools to Claude, Cursor, VS Code, or another MCP client. The project is written in Python.

VERIFIED ACTIVE

LAST COMMIT 2026-08-17 · ★ 7 · #79 OF 194 MAINTAINED CODING AGENT · VERIFIED 2026-08-25

MIT · Python servers · how we verify → /methodology

01 · Install Archy

Claude Code

claude mcp add hslee16-archy -- uvx archy

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "hslee16-archy": {
      "command": "uvx",
      "args": [
        "archy"
      ]
    }
  }
}

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

pypi package archy - check the name against the project README before installing (PyPI has no namespace ownership)

registry namespace io.github.hslee16 is GitHub-verified and matches the repo owner

03 · What Archy can do

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

Latest releases

v0.43.1 · 2026-08-01

Restores compatibility with the mcp SDK 2.x line. If you use archy mcp, this is the release you want. · What changed · v0.43.0 shipped mcp>=1.28.1,<2 as a stopgap, because mcp 2.0.0 removed mcp.server.fastmcp and…

v0.43.0 · 2026-08-01

reach contracts · The inverse of forbid:. A forbid rule catches an edge that should not exist; a required rule catches one that should exist and does not, which forbidding cannot express. · yaml · required: · - source…

v0.42.0 · 2026-07-25

archy render ships the first archy surface whose primary user is the human governor rather than the agent: a self-contained HTML export you can attach to a PR, drop in docs, or open offline. · bash · archy render .…

04 · Who maintains Archy

archy is maintained by hslee16. It's the only MCP server we track from this author; the repo dates to May 2026.

05 · Facts

category
coding agent - ranked #79 of 194 actively-maintained coding agent servers as of 2026-08-25.
release cadence
10+ releases in the last 90 days (latest 2026-08-01)
registry
io.github.hslee16/archy (active, first published 2026-05-13 · 2 versions)
packages
pypi:archy

06 · Archy FAQ

What is Archy?

I built archy after watching coding agents produce changes that passed review and rotted the import graph underneath. Then I measured whether that happens, and it barely does. It runs locally over stdio via the published package.

Is Archy still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-17 and it shipped 10+ releases in the last 90 days. We re-verify nightly.

How do I install Archy?

Run `uvx archy`. You can also paste the ready-made client config above.

Does Archy run locally?

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

07 · Alternatives to Archy

More coding agent MCP servers · Code Cartographer · Agentic MCP · Witness · MERN MCP · Codebase Synapse

More Python MCP servers · Claude Real Video · Onsense · Hummingbot MCP Server · Klaket MCP · Smartest Tv · see all