mycelium

nxoim/mycelium
★ 0 stars Swift 🤖 AI/LLM Updated 1d ago
Simple node based memory system for AI agents built in Swift. CLI, MCP (stdio and HTTP), and observation server.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mycelium": {
      "command": "npx",
      "args": [
        "-y",
        "nxoim/mycelium"
      ]
    }
  }
}

README Excerpt

Simple node based memory system for AI agents built in Swift. CLI, MCP (stdio and HTTP), and observation server. The core idea is to give LLMs a persistent, association-based memory system they can manage autonomously. Memories are presented as summaries and associated memories, for minimal impact on context window usage. The model is expected to memorize relevant information unprompted and recall it when it deems it's needed.

Topics

agentic-aiagentic-workflowaiai-toolsmcpmcp-servermodel-context-protocolswift