Agent Plugins Marketplace
All plugins

ai-architect-mcp-codebase

v0.12.0

Graph-grounded codebase understanding and change-impact analysis for Codex.

Codex3 Skills1 MCP serverstdio

By cdeustLicense: MIT5 GitHub starsUpdated 2 hours ago

Directory evidence

Runtimes
Codex
Parsed components
4 skill or MCP entries
Source updated
Sep 24, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install ai-architect-mcp-codebase for Codex

Installs for the current user
codex plugin marketplace add cdeust/ai-architect-mcp-codebase
codex plugin marketplace upgrade ai-architect-mcp-codebase
codex plugin add ai-architect-mcp-codebase@ai-architect-mcp-codebase

Paste and run these commands in a terminal with Codex. They add and refresh the ai-architect-mcp-codebase catalog, then install this plugin.

Compatibility: the page URL and API slug “ai-architect-mcp-codebase-2” remain stable.

  • Codex: ai-architect-mcp-codebase-2@agent-plugin-marketplaceai-architect-mcp-codebase@ai-architect-mcp-codebase

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/cdeust/ai-architect-mcp-codebase

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/ai-architect-mcp-codebase/.

Plugin files

plugins/ai-architect-mcp-codebase/
├── .codex-plugin/plugin.json
├── skills/impact-analysis/SKILL.md
├── skills/understand-codebase/SKILL.md
├── skills/validate-change-plan/SKILL.md
└── .mcp.json

Included Skills3

impact-analysisskills/impact-analysis/SKILL.md

Trace the structural blast radius of a proposed or actual code change with ai-architect. Use for implementation planning, pull-request review, regression analysis, dependency checks, or identifying callers, importers, users, communities, and processes affected by a symbol or diff.

understand-codebaseskills/understand-codebase/SKILL.md

Build an evidence-backed map of an unfamiliar repository with the ai-architect code graph. Use before implementing a feature, debugging an unfamiliar subsystem, explaining architecture, or making structural claims about symbols and dependencies.

validate-change-planskills/validate-change-plan/SKILL.md

Check whether a proposed implementation plan matches the current code graph. Use before coding or approving a plan that names files, symbols, dependencies, boundaries, or expected blast radius; this is structural plan validation, not full PRD or semantic correctness verification.

MCP servers1

ai-architectstdio
command
ai-architect-mcp-codebase
args
--profile core

Plugin manifests1

plugins/ai-architect-mcp-codebase/.codex-plugin/plugin.json
{
  "name": "ai-architect-mcp-codebase",
  "version": "0.12.0",
  "description": "Graph-grounded codebase understanding and change-impact analysis for Codex.",
  "author": {
    "name": "cdeust",
    "url": "https://github.com/cdeust"
  },
  "homepage": "https://github.com/cdeust/ai-architect-mcp-codebase",
  "repository": "https://github.com/cdeust/ai-architect-mcp-codebase",
  "license": "MIT",
  "keywords": [
    "code-intelligence",
    "code-graph",
    "impact-analysis",
    "mcp"
  ],
  "skills": "./skills/",
  "interface": {
    "displayName": "AI Architect",
    "shortDescription": "Ground code changes in a local code graph.",
    "longDescription": "Index a repository into a local graph, inspect symbols and execution context, and validate a proposed change's blast radius against structural evidence.",
    "developerName": "cdeust",
    "category": "Developer Tools",
    "capabilities": [
      "Read"
    ],
    "websiteURL": "https://github.com/cdeust/ai-architect-mcp-codebase",
    "defaultPrompt": [
      "Map this repository before proposing a change.",
      "Trace the blast radius of this diff."
    ]
  },
  "mcpServers": "./.mcp.json"
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[ai-architect-mcp-codebase on Agent Plugins Marketplace](https://pluginsmp.com/plugins/ai-architect-mcp-codebase-2)