Loading latest release… · Apache 2.0 licensed

The nervous system for AI-assisted
software teams

Myco works alongside the coding agents, subagents, and agent teams you already use — giving them richer senses, durable project knowledge, semantic codebase awareness, and workflows that evolve with your code.

Augments Claude Code · Cursor · Codex · Copilot · Antigravity · Windsurf · OpenCode · Pi
Mycelial network of roots beneath the forest floor, with glowing sage threads
Mycorrhizal network The underground systems that connect trees in a forest.
macOS supported · Linux and Windows experimental

Install in sixty seconds

One install, every project. Myco connects to the coding agents on your machine, starts a local service, and registers git projects as you work.

~/your-project
$curl -fsSL https://myco.sh/install.sh | sh installed @goondocks/myco local service started agents connected: claude-code (context, tools, skills) cursor (context, skills) · codex (detected) dashboard ready — http://localhost:20915/ # projects register automatically as agents work
~/your-project
$curl -fsSL https://myco.sh/install.sh | sh ! Linux support is experimental installed @goondocks/myco local service setup attempted $myco open
PowerShell
PS>irm https://myco.sh/install.ps1 | iex ! Windows support is experimental installed @goondocks/myco · service behavior is still being hardened PS>myco open
~/your-project
$npm install -g @goondocks/myco + @goondocks/myco added 1 package in 3s # postinstall: service registered on supported platforms $myco open
Requires Node 22+, macOS for the supported path, and at least one supported coding agent. Quickstart
What it does

Memory is table stakes — Myco turns it into wisdom.

Myco augments the agents you already use with richer senses, shared project knowledge, semantic codebase awareness, and learned workflows that stay current as the project changes.

01 · Capture

Every session strengthens shared project knowledge.

Prompts, tool use, summaries, plans, screenshots, decisions, and pitfalls land in a local Grove vault. Myco keeps what still matters, supersedes stale observations, and turns repeated lessons into wisdom your agents can reuse.

prompts tool calls plans screenshots
02 · Curate

Repeated patterns become evolving workflows.

The agent harness surveys your vault for procedural patterns with cross-session evidence, drafts a SKILL.md, runs quality checks, and — with your approval — promotes it to .agents/skills/. As the code changes, those skills can evolve too.

survey approve generate evolve
03 · Connect

A shared nervous system across the team.

Each teammate's Grove knowledge synchronizes through a Cloudflare-backed worker. Secure Cloud MCP exposes that synced knowledge to managed agents beyond your laptop.

team sync cloud mcp collective
Local dashboard

A quiet command deck for your Grove.

Myco ships a local web dashboard. Configure providers, manage Groves and projects, approve skill candidates, review sessions, and watch Myco work — all on localhost, all yours.

  • 01

    Sessions

    Live view of concurrent agent work on your machine — prompts, tools, summaries, and extracted project knowledge. Click any session to walk its activity trail.

  • 02

    Skills & candidates

    Approve or dismiss auto-generated skill candidates. Every change is recorded as lineage — what was in generation N, and why it's different in N+1.

  • 03

    Quiet background work

    Myco slows down when the project is idle and wakes back up when work resumes, so intelligence keeps moving without demanding attention.

localhost:20915
Myco dashboard showing session pods, stats, and a mycelial network graph
Skill lifecycle

From spore to skill.

Every session can produce durable observations. Myco turns repeated, evidenced patterns into skills your connected agents can follow on the next run.

Step 01Agent

Survey

The agent harness scans spores, sessions, and plans for procedural patterns with cross-session evidence. One-off observations don't qualify.

myco:survey≥ 0.7 conf
Step 02Human

Approve

Candidates land in the Skills dashboard with rationale and confidence scores. You stay in the loop on what becomes canon for your project.

skills / candidateshuman-in-loop
Step 03Agent

Generate

A reusable skill is drafted from the source material, reviewed, and made available to your connected agents.

.agents/skills/gen 1
Step 04Agent

Evolve

As your code evolves, so do your skills. Drift is detected, stale content rewritten, oversized skills split, outdated skills retired — with full lineage.

lineage recordedgen N+1
Day 01

New teammates inherit the path

Approved skills reach each connected agent in its native format, so every teammate can follow the workflows your best sessions established.

Every run

Agents stop repeating mistakes

Your project's standard of excellence gets enforced, not just documented. The happy path becomes the default path.

Over time

Knowledge compounds

Skills refresh as the code does. Each generation keeps enough lineage to understand why the workflow changed.

Cortex

Project context, instructions, and a map of your code.

Cortex is Myco's synthesis layer: the place where accumulated Grove knowledge becomes project context your agent can use — an operating brief, relevant memory, and a living map of the codebase your agent can navigate before opening a single file.

  • Project briefing, written for this project — generated from your spores, sessions, and plans. Surfaced at session start so agents arrive oriented, refreshed as the project evolves.
  • File anatomy before agents read — Canopy surfaces exports, imports, and the top comment before a file opens, helping agents choose the right file faster.
  • Project map + behavior search — agents can ask for the directory shape, golden paths, or files by what they do, not just what they're named.
  • Cortex command deck — the dashboard tab where you read the brief, browse the index, regenerate the map, and watch token savings tick up.
Canopy guide MCP tools →
Cortex brief · canopy · search
01
Operating brief
Session start · auto-written
## Stack & conventions - TypeScript strict, no any - Test with Vitest ## Active work - Canopy Phase 1 integration
02
File anatomy
before agent reads
exports Daemon, runDaemon imports ./capture, ./mcp // Starts and manages Myco …
03
Ask the project
search by behavior
"where does session capture happen?" → capture/transcript-miner.ts → capture/buffer.ts
Team sync

A shared Grove, without making cloud the source of truth.

Every teammate's agents benefit from the same project intelligence. Runs on Cloudflare's free tier for small teams. Local Grove databases remain the source of truth — the cloud store mirrors connected teammates' Grove data.

  • Automatic backfill — existing Grove knowledge syncs when a teammate connects, then new knowledge follows in the background.
  • Team-aware search — results include your local knowledge and synced teammate knowledge, merged by relevance.
  • Machine-identity attribution — results are tagged with who said what, so nothing is anonymised.
  • Cloud MCP endpoint — securely expose synced Grove knowledge to managed agents and N8N automations.
Team sync guide Cloud MCP →
Mycelium · team connected · 4 nodes
node · 01 chris_a7b3c2 synced
node · 02 dana_4f21d8 synced
node · 03 riley_e0912a syncing · 12
secure cloud mcp token access
team mirror
synced Grove knowledge
local stays source of truth
Works with your agent

Augment the agent you already use.

No wrappers, no forked CLIs, no ecosystem lock-in. Your agent keeps its reasoning, memory, tools, and native workflow; Myco adds shared project context around it. Because Myco lives with the project, every connected agent can benefit as that knowledge evolves.

cc
Claude Code
context · tools · skills
Full support
cs
Cursor
context · skills
Full support
cx
Codex
context · tools
Full support
vs
Copilot
CLI + IDE · context
Full support
ag
Antigravity
CLI · IDE · app
Full support
ws
Windsurf
context · skills
Hooks + skills
oc
OpenCode
context · tools
Full support
pi
Pi
context · skills
Full support
Docs

Dig in.

Guides cover everything from your first install to running a Collective across dozens of projects.

Local-first · Apache 2.0 licensed

Install once. Give your agents a shared nervous system.

Myco runs entirely on your machine by default — no account, no vendor lock-in. Layer Team Sync and a Collective on top when you're ready.

Get started Star on GitHub