yesheng-oss/context-mcp-subgraph
Plugin Claude Code
Persistent AI memory + codebase knowledge graph MCP server, packaged as a Claude Code plugin.
yesheng-oss/context-mcp-subgraph
Plugin Claude Code
Persistent AI memory + codebase knowledge graph MCP server, packaged as a Claude Code plugin.
yesheng-oss/context-mcp-subgraph
Plugin Claude Code
Persistent AI memory + codebase knowledge graph MCP server for Claude Code.
yesheng-oss/context-mcp-subgraph
MCP server Claude CodeCodexCursor +2
Persistent AI memory + codebase knowledge graph MCP server. Works across Claude Code, VS Code Copilot, Google Antigravity, Codex CLI, Hermes Agent, Claude.ai, and ChatGPT. Runs locally from the context-mcp-server npm package.
yesheng-oss/context-mcp-subgraph
Skill Claude CodeCodex
Resumes persistent memory and codebase graph status for context-mcp. Use at the start of every conversation, before any other tool call or response, and whenever the user mentions a project or asks to pick up past work.
yesheng-oss/context-mcp-subgraph
Skill Claude CodeCodex
Builds the ContextGraph codebase knowledge graph via codegraphbuild. Use when a project has no graph yet, when the user asks to build or rebuild the graph, or after adding/renaming many files.
yesheng-oss/context-mcp-subgraph
Skill Claude CodeCodex
Saves a decision, fix, feature, or discovery to persistent memory via context.save. Use whenever the user says "save this" / "remember this", or immediately after finishing a task, fix, or non-obvious discovery.
yesheng-oss/context-mcp-subgraph
Command
Call the context MCP tool with action: "resume", project: "$ARGUMENTS" (if no argument given, infer the project name from the current working directory name), and rootPath: " ".
yesheng-oss/context-mcp-subgraph
Command
Call codegraphbuild with the path $ARGUMENTS.
yesheng-oss/context-mcp-subgraph
Command
Call the context MCP tool with action: "save" to store a note for the current project.
yesheng-oss/context-mcp-subgraph
Hook
Runs before the agent uses a tool for Bash tool calls, executing context-mcp-pre-tool-use.js via node. From yesheng-oss/context-mcp-subgraph.
yesheng-oss/context-mcp-subgraph
Hook
Runs after a tool call finishes for Bash tool calls, executing context-mcp-post-tool-use.js via node. From yesheng-oss/context-mcp-subgraph.
yesheng-oss/context-mcp-subgraph
Skill Claude CodeCodex
Persistent memory + ContextGraph (codebase knowledge graph) for Claude. Use at the START of every conversation to resume project context. Use whenever the user mentions a project, asks to remember/save something, references past work, or says "pick up where we left off". Also use when the user asks about code…
yesheng-oss/context-mcp-subgraph
Skill Claude CodeCodex
Retrieves a compact, relationship-aware code context before answering architecture or refactoring questions.