Back to MCP Servers

Myco

Agent-first cognitive substrate with 18 manifest-driven verbs (germinate / eat / assimilate / sporulate / traverse / immune / molt / …) and 25 lint dimensions enforcing contract invariants mechanically (R1–R7). Cross-session / cross-project memory via a self-validating filesyste…

knowledge-memoryllmembeddingagent

Installation

npx -y Myco

Configuration

{
  "mcpServers": {
    "Myco": {
      "command": "npx",
      "args": ["-y", "Myco"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub