mindgraph

iagxferreira/mindgraph
★ 3 stars Kotlin Memory/Knowledge Updated 3d ago
A context layer for coding agents: notes, RFCs, tasks and tracked time as one graph of plain markdown. The running app hosts an MCP server, so Claude Code and other agents read what is ready, follow the reasoning behind it, and log their own work.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mindgraph": {
      "command": "npx",
      "args": [
        "-y",
        "iagxferreira/mindgraph"
      ]
    }
  }
}

README Excerpt

**A context layer for coding agents, in the shape of a graph you can read.** Coding agents forget between sessions. What they do remember is siloed per project and flat — a folder of notes with no ordering, no dependencies, and no way to ask which of them matter for the work in front of you. So each session re-derives the same context,

Tools (8)

append_node_bodycreate_notecreate_taskget_nodelink_nodeslist_ready_taskssearch_notesupdate_status

Topics

agent-memoryai-agentsclaude-codecompose-desktopcompose-multiplatformcontext-engineeringdesktop-appgraphjetpack-composeknowledge-graphkotlinlocal-firstmarkdownmcpmodel-context-protocol