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 · Cline · Copilot · Antigravity · Devin Desktop · 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 beta (Windows x64 only)

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 The local service is starting, and your coding agents are being connected to Myco. # git projects register automatically as agents work $myco open http://localhost:20915/
~/your-project
$curl -fsSL https://myco.sh/install.sh | sh ! Linux support is in beta installed @goondocks/myco local service setup attempted $myco open
PowerShell
PS>irm https://myco.sh/install.ps1 | iex ! Windows support is in beta (x64 only) 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+ (the installer uses npm), 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 project 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

The local home for everything Myco knows.

The dashboard is how you work with Myco day to day. Configure providers and per-task models, manage projects and Groves, approve skill candidates, browse sessions and the project map, and watch the intelligence pipeline run — all on localhost, all yours, no account required.

  • 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 quality
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

A briefing, a digest, and a living map of your code.

Cortex is Myco's synthesis layer — where accumulated project knowledge becomes context your agent can use. At session start it hands the agent a short project briefing; on demand it serves a deeper project digest; and Canopy keeps a living map of your codebase the agent can navigate before opening a single file.

  • Session-start briefing — every session opens with a short brief on the stack, conventions, active work, and recent decisions — written from your spores, sessions, and plans, refreshed as the project evolves — so agents arrive oriented.
  • A project digest for deep work — a fuller, multi-tier digest the agent pulls (or has injected) before a big refactor or unfamiliar change: the high-fidelity story of how the project got here. Myco's own intelligence pipeline draws on it too.
  • Canopy — code intelligence — Canopy indexes every file's anatomy (exports, imports, the top comment) before a read, synthesizes a navigable project map, and lets agents search by what code does, not just what it's named — so they read fewer files and spend fewer tokens.
  • The Cortex dashboard — read the briefing, browse the digest tiers, explore the Canopy index and map, regenerate any of them, and watch the tokens Canopy saves add up.
Canopy guide MCP tools →
Cortex briefing · digest · canopy
01
Session briefing
Session start · auto-written
## Stack & conventions - TypeScript strict, no any - Test with Vitest ## Active work - Canopy Phase 1 integration
02
Canopy · file anatomy
before agent reads
exports Daemon, runDaemon imports ./capture, ./mcp // Starts and manages Myco …
03
Ask the project
Canopy · search by behavior
"where does session capture happen?" → capture/transcript-miner.ts → capture/buffer.ts
Team sync

Shared team knowledge, without making the cloud the source of truth.

Every teammate's agents benefit from the same project intelligence. Runs on Cloudflare's free tier for small teams. Your local databases stay the source of truth — the cloud store only mirrors connected teammates' synced knowledge.

  • Automatic backfill — existing knowledge syncs when you assign a project to a team, 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 team 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 team 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. Myco runs once on your machine and works alongside whatever agent you already use — adding shared project knowledge, codebase awareness, and learned workflows. Open any project with a supported agent and Myco connects to it automatically.

cc
Claude Code
context · tools · skills
Full support
cs
Cursor
context · skills
Full support
cx
Codex
context · tools
Full support
cl
Cline
context · tools · skills
Full support
vs
Copilot
CLI + IDE · context
Full support
ag
Antigravity
CLI · IDE · app
Full support
dd
Devin Desktop
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.

Getting started

Quickstart

Install Myco, open the dashboard, and configure providers. The supported path is macOS; Linux and Windows are in beta (Windows x64 only).

Read guide
Getting started

Upgrading Myco

Keep Myco current — how updates roll out, what changes between releases, and how to upgrade safely.

Read guide
Getting started

Migrating from OAK

Moving from OAK to Myco — what maps across, what's different, and how to bring your knowledge with you.

Read guide
Service

Local service lifecycle

What gets captured, how the local service behaves, and what to do when something needs attention.

Read guide
Projects

Grove management

Organize projects into Groves, move or archive projects, and choose which intelligence capabilities each project runs.

Read guide
Skills

Skill auto-curation

The four stages — survey, approve, generate, evolve — and the SKILL.md format Myco uses.

Read guide
Cortex

Canopy

Code intelligence for your agents — file anatomy before a read, a navigable project map, and search by what code does. How Myco cuts speculative reads.

Read guide
Team

Team sync

Provision a team, have teammates join from the dashboard, include team knowledge in search, and configure cloud embeddings.

Read guide
Integration

Cloud MCP

Expose your knowledge to Anthropic Managed Agents, N8N workflows, and other cloud-resident agents.

Read guide
Scale

Collective

Connect multiple Myco-enabled teams into a single Collective with cross-project agent access.

Read guide
Advanced

Agent harness

The background intelligence pipeline — phases, providers, task scheduling, and per-phase model overrides.

Read guide
Reference

Agent MCP tools

Full reference for the MCP tools Myco exposes — search, recall, remember, graph traversal, skills.

Read guide
Advanced

Symbionts

How Myco connects to each coding agent while preserving its native workflow.

Read guide
Advanced

Agent teams

Coordinate multiple agents on one project — how teams share context and divide work across a Grove.

Read guide
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