codegraph
v1.0.1Local-first code intelligence for AI agents (MCP) - query a pre-indexed knowledge graph of symbols, call graphs, and code structure instead of scanning files
By Colby McHenryLicense: MIT15 GitHub starsUpdated 2 hours ago
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 1 skill or MCP entry
- 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 codegraph for Codex and Claude Code
codex plugin marketplace add pleaseai/claude-code-plugins
codex plugin marketplace upgrade pleaseai
codex plugin add codegraph@pleaseaiPaste and run these commands in a terminal with Codex. They add and refresh the pleaseai catalog, then install this plugin.
Compatibility: the page URL and API slug “codegraph” remain stable.
- Codex:
codegraph@agent-plugin-marketplace→codegraph@pleaseai
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/pleaseai/claude-code-pluginsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/codegraph/.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json└── .mcp.json
MCP servers1
- command
- npx
- args
- -y @colbymchenry/codegraph serve --mcp
Plugin manifests2
{
"name": "codegraph",
"version": "1.0.1",
"description": "Local-first code intelligence for AI agents (MCP) - query a pre-indexed knowledge graph of symbols, call graphs, and code structure instead of scanning files",
"author": {
"name": "Colby McHenry",
"url": "https://github.com/colbymchenry"
},
"interface": {
"displayName": "Codegraph",
"shortDescription": "Local-first code intelligence for AI agents (MCP) - query a pre-indexed knowledge graph of symbols, call graphs, and code structure instead of scanning files",
"longDescription": "Local-first code intelligence for AI agents (MCP) - query a pre-indexed knowledge graph of symbols, call graphs, and code structure instead of scanning files",
"developerName": "Colby McHenry",
"category": "Development",
"capabilities": [
"Tool"
],
"defaultPrompt": [
"Use Codegraph for my current task."
],
"websiteURL": "https://github.com/colbymchenry/codegraph"
},
"homepage": "https://github.com/colbymchenry/codegraph",
"repository": "https://github.com/colbymchenry/codegraph",
"license": "MIT",
"keywords": [
"code-intelligence",
"knowledge-graph",
"code-navigation",
"semantic-search",
"local-first"
],
"mcpServers": "./.mcp.json"
}{
"name": "codegraph",
"version": "1.0.1",
"description": "Local-first code intelligence for AI agents (MCP) - query a pre-indexed knowledge graph of symbols, call graphs, and code structure instead of scanning files",
"author": {
"name": "Colby McHenry",
"url": "https://github.com/colbymchenry"
},
"homepage": "https://github.com/colbymchenry/codegraph",
"repository": "https://github.com/colbymchenry/codegraph",
"license": "MIT",
"keywords": [
"code-intelligence",
"knowledge-graph",
"code-navigation",
"semantic-search",
"local-first"
],
"mcpServers": {
"codegraph": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@colbymchenry/codegraph",
"serve",
"--mcp"
]
}
}
}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.
[codegraph on Agent Plugins Marketplace](https://pluginsmp.com/plugins/codegraph)