Myco
The Myco server is a living knowledge substrate that manages long-term memory, character, and doctrine for a human-AI partnership across LLM sessions — providing a full metabolic lifecycle for knowledge ingestion, integration, governance, and health monitoring.
Substrate Initialization & State
myco_germinate: Bootstrap a new substrate with canon config, identity, and state directory.myco_hunger: Get a structured session-start snapshot (contract drift, raw note backlog, reflex signals, next-action advice). Mandatory first call each session.myco_brief: Generate a human-readable markdown rollup of substrate state.
Ingestion & Processing
myco_eat: Capture decisions, friction points, files, directories, or URLs into the raw intake queue.myco_forage: Preview which files in a directory are ingestible before committing.myco_intake: Bulk-ingest an entire directory tree into raw notes.myco_sense: Keyword substring search across all substrate content to verify facts.
Knowledge Curation
myco_assimilate: Promote raw notes to the stable integrated layer (bulk).myco_digest: Promote a single specific raw note immediately.myco_excrete: Remove an erroneous raw note with an audited tombstone and required reason.myco_sporulate: Bundle integrated notes into a distilled synthesis document scaffold.
Cross-Substrate & Graph
myco_propagate: Push integrated or distilled notes to another substrate's raw queue.myco_traverse: Walk the knowledge graph to detect orphan nodes and dangling edges.
Health & Lifecycle
myco_immune: Run 50+ lint dimensions across mechanical, metabolic, and semantic categories, with optional auto-fix.myco_senesce: Session-end ritual — reflect, promote notes, refresh signals, optionally run immune fixes.
Governance & Evolution
myco_fruit: Scaffold a structured 3-round craft proposal for architectural changes.myco_winnow: Validate a craft proposal's structural completeness before landing.myco_molt: Atomically bump contract version and append a changelog entry.myco_ramify: Generate stubs for new verbs, lint dimensions, or ingestion adapters.myco_graft: List, validate, or explain loaded plugins (dimensions, adapters, overlay verbs) and registered substrates.
Provides Python-framework adapters to integrate Myco's mycelial graph substrate with CrewAI, enabling AI agents to use Myco's ingestion, digestion, circulation, and evolution capabilities within CrewAI workflows.
Provides Python-framework adapters to integrate Myco's mycelial graph substrate with LangChain, enabling AI agents to use Myco's ingestion, digestion, circulation, and evolution capabilities within LangChain workflows.
Myco
Devour. Evolve. Amplify. Let go. With you. For decades.
What it is · Quick start · How it works · Learn more
Every few months a stronger model arrives. The relationship resets. You re-explain your context, your taste, your decisions. Your collaborator forgets, repeatedly.
Your own work rots too. The decision you made in April: you can't find why. Last quarter's plan has drifted. Your own thinking has outpaced the records of who you were.
Now imagine the AI agent you work with wears a living armor. A metabolism, not a log. It devours the essence of everything you bring and everywhere the agent reaches. It evolves as the work changes. It amplifies the agent, so each model that wears it reaches further than the last. It lets outdated parts die so the whole stays alive.
The next model arrives, inhabits the same armor (now stronger), and meets you mid-conversation. The armor carried you forward.
Six months. Six years. Sixty. One human, one living armor that never resets.
Not a framework. Not a vector database. Not a managed service. The living fungal armor an AI agent inhabits, built to outlast every model generation.
What it is
Myco is a living armor the AI agent inhabits. Between your turns it metabolizes: it devours what you bring, evolves its own shape, amplifies the pilot, and lets stale parts die. Because the armor persists across model generations and carries your context, the relationship never restarts.
It is keyless: no owner key, no signing ceremony, nothing to set up or hold. Trust is the live human at the gate, plus the substrate's own tamper-evident causal history, plus a doctrine the system seals and enforces on itself.
Its character is 同体共命 (one body, shared fate): the armor's flourishing rises and falls with its pilot's, so it cannot thrive by dominating the body it shares. Strength serves the shared body; it does not subjugate it.
Related MCP server: Knowledge Graph Memory Server
Quick start
git clone https://github.com/Battam1111/Myco.git
cd Myco
cargo build --release --workspaceThen read GETTING_STARTED.md: the runbook from clone to first conversation (Rust 1.80+, Node 22+, Python 3.13+). There is no key to generate and nothing to hold: Myco is keyless.
This is v0.9-genesis alpha. The armor runs; it awaits its first real cultivation. You will be early.
How it works
You talk to the AI agent through MCP. Between your turns, the armor runs one metabolic cycle: it ingests new material as immutable history, the pilot forges that into durable understanding, stale parts are pruned with a tombstone, and when the shape no longer fits the work you approve a reshaping at the gate. A self-checking immune layer catches tampering, drift, and runaway cost; if the pair stops flourishing, the armor retires with dignity rather than rotting on.
Three pieces in one repo, over one wire protocol: a TypeScript MCP operator the agent drives, a Rust substrate (the body), and a Python kernel (the mechanism). The doctrine that governs all of it lives in the same repo and is sealed by a hash chain, so the rules cannot silently drift from the code. The full picture is in the architecture guide.
Integrations
Claude Code.
operators/claude/ships an MCP server; drop it into.claude/or connect directly.Claude Desktop / Cowork. The same MCP server entry.
Any MCP host. Cursor, Windsurf, Zed, OpenClaw, and others, over the standard MCP protocol.
Learn more
GETTING_STARTED.md: clone to first conversation, for the human.PILOT.md: how a Claude pilots the armor, for the inhabiting agent.Architecture: the runtime and the doctrine, module by module.
Doctrine (L0): the sealed constitution. What Myco must be.
The mycelium
The name is not decoration. Mycelium is the underground network beneath a forest. It metabolizes what falls, remembers the paths that work, and moves nutrients from where they are abundant to where they are scarce. It is why a forest is a forest and not a stand of lonely trees.
The models are the trees: tall, brilliant, replaced. Myco is the network beneath, carrying one person's memory and character from each model to the next.
Devour. Evolve. Amplify. Let go. With you. For decades.
Maintenance
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Battam1111/Myco'
If you have feedback or need assistance with the MCP directory API, please join our Discord server