ClaudeMap

Agentic Stack

A native macOS workspace that gives Claude Code, Codex, OpenCode and Cursor one shared memory — a local knowledge graph built from your own agent history, searchable everywhere.

Plugins & Agentsdesktopknowledge-graphshared-memorymacosmcp

Agentic Stack is a native macOS app (14+) that discovers your local Claude Code, Codex, OpenCode and Cursor history and turns approved material into a searchable knowledge graph — one shared memory across all four agents instead of four silos. A conversation-first workspace runs Claude Code and Codex with streamed output; typing a plain @ anywhere pulls prompt-aware suggestions drawn from all detected projects and workspaces; and the same search installs as a local MCP integration in all four tools, so @Claude, @Codex, @OpenCode and @Cursor keep the same meaning wherever you work. Attachments are bounded and staged with MIME type, byte count, digest and local path; imported knowledge and personal project context carry timestamps, paths and digests. Local-first by design. Apache-2.0.

What it does

  • One local knowledge graph across Claude Code, Codex, OpenCode and Cursor — your agent history stops being four disconnected silos
  • Type @ anywhere for prompt-aware suggestions drawn from all detected projects and workspaces
  • The same search installs as a local MCP integration in all four tools, so @Claude, @Codex, @OpenCode and @Cursor mean the same thing everywhere
  • Local-first: attachments are bounded and staged with MIME type, byte count, digest and local path; imported knowledge carries timestamps, paths and digests

When to use it

Multi-agent developers on macOS who keep re-explaining context to each tool — the graph remembers what every agent learned, and @ search makes it usable mid-prompt.

Getting started

# download the latest release for macOS 14+:
open https://github.com/codejunkie99/agentic-stack-desktop/releases
# then let it discover your local agent histories and approve what goes into the graph

Things to know

macOS 14+ only — no Windows or Linux build. Graph quality follows what you approve: it indexes agent history you explicitly let in, and the shared memory is only as current as your last import. A young project moving quickly.

Repository

codejunkie99/agentic-stack-desktop

Charted

Related on the map

  • CometixCode

    Plugin / Agent

    An unofficial Rust 1:1 reimplementation of the Claude Code terminal UI, ported file-for-file onto an iocraft TUI framework.

    • terminal-ui
    • rust
    • reimplementation
    • unofficial
  • Abide

    Plugin / Agent

    Hook-level enforcement for the natural-language rules in AGENTS.md and CLAUDE.md — every edit is judged and violations are repaired in the same turn.

    • hooks
    • code-review
    • rules
    • agents-md
  • fast-jev-compaction

    Plugin / Agent

    A Claude Code plugin that replaces the lossy compaction summary with Jev-scored pruning: stale tool calls are dropped, and everything kept stays verbatim.

    • plugin
    • context-management
    • compaction
    • function-hooks