graphmind
01MCP server Claude CodeCodexCursor +2
MCP server "graphmind", hosted remotely at 127.0.0.1, as configured in kostya-pakhomov/graphmind.
MCP server Claude CodeCodexCursor +2
MCP server "graphmind", hosted remotely at 127.0.0.1, as configured in kostya-pakhomov/graphmind.
Agent
A project-memory curator for GraphMind, a system that stores connected notes and facts about a project.
Hook
Runs when a session starts, executing graphmind-session-start.mjs via node. From kostya-pakhomov/graphmind.
Hook
Runs after a tool call finishes for edit_file and edit_files tool calls, executing graphmind-post-tool-use.mjs via node. From kostya-pakhomov/graphmind.
Hook
Runs when the agent finishes a response, executing graphmind-session-stop.mjs via node. From kostya-pakhomov/graphmind.
Skill Claude CodeCodex
A skill connects an agent to GraphMind, a shared memory system for retaining project knowledge across sessions and people. It restores context, records work and decisions, and consolidates the session afterward.
Skill Claude CodeCodex
A planning workflow that breaks a large or unclear task into a hierarchy of plans, from a main problem down to concrete actions for sub-agents. It uses GraphMind to track review, approval, execution, and completion.
Cursor rule
A set of rules connects the coding agent to GraphMind, a shared memory system that stores project knowledge between sessions. It uses an MCP service to restore context, record actions, and save decisions.