ai-architect-mcp-codebase
v0.12.0Graph-grounded codebase understanding and change-impact analysis for Codex.
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
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-codebasePaste 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-marketplace→ai-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-codebaseClone 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
├── .codex-plugin/plugin.json├── skills/impact-analysis/SKILL.md├── skills/understand-codebase/SKILL.md├── skills/validate-change-plan/SKILL.md└── .mcp.json
Included Skills3
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.
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.
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
- command
- ai-architect-mcp-codebase
- args
- --profile core
Plugin manifests1
{
"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"
}For maintainers
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)