aify-project-graph
v0.3.0Lean MCP project graph surface for Codex: graph_packet, pull, consequences, change_plan, and health.
0 GitHub starsUpdated 5 days ago
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 1 skill or MCP entry
- Source updated
- Sep 18, 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 aify-project-graph for Codex and Claude Code
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add aify-project-graph@agent-plugin-marketplacePaste and run these commands in a terminal with Codex. They add and refresh the PluginsMP catalog, then install this plugin.
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/zimdin12/aify-project-graphClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json└── .mcp.json
MCP servers1
- command
- node
- args
- --max-old-space-size=8192 ${APG_PLUGIN_ROOT:-C:/Docker/aify-project-graph}/mcp/stdio/server.js
Plugin manifests2
{
"schema_version": "0.1",
"name": "aify-project-graph",
"display_name": "Aify Project Graph",
"description": "Lean MCP project graph surface for Codex: graph_packet, pull, consequences, change_plan, and health.",
"version": "0.3.0",
"runtime": "codex",
"entrypoint": {
"command": "node",
"args": [
"--max-old-space-size=8192",
"mcp/stdio/server.js",
"--toolset=lean"
]
},
"skills": [
"integrations/codex/skill",
"integrations/codex/skills"
],
"install_doc": "install.codex.md",
"capabilities": [
"mcp",
"skills",
"lean-profile",
"local-index",
"optional-code-intel"
]
}{
"schema_version": "0.1",
"name": "aify-project-graph",
"display_name": "Aify Project Graph",
"description": "Local SQLite-backed project graph, briefs, packets, and MCP code-intel verbs for coding agents.",
"version": "0.3.0",
"runtime": "claude-code",
"entrypoint": {
"command": "node",
"args": [
"--max-old-space-size=8192",
"mcp/stdio/server.js"
]
},
"skills": [
"integrations/claude-code/skill",
"integrations/claude-code/skills"
],
"install_doc": "install.claude.md",
"capabilities": [
"mcp",
"skills",
"local-index",
"optional-code-intel"
]
}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.
[aify-project-graph on Agent Plugins Marketplace](https://pluginsmp.com/plugins/aify-project-graph)