mycelium

Transmitt0r/mycelium
★ 0 stars TypeScript AI/LLM Updated today
Shared toolkit for personal-knowledge agent plugins: pluggable LLM/embedding providers, a local-first semantic index, and an MCP server bridge.
View on GitHub → 🔍 Audit Wallet Slippage →

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",
        "Transmitt0r/mycelium"
      ]
    }
  }
}

README Excerpt

Shared toolkit for building agent plugins over personal knowledge sources (documents, notes, and whatever comes next) — extracted out of the [OpenClaw](https://github.com/openclaw/openclaw) plugins for paperless-ngx and Trilium Notes, which had independently grown near-identical semantic search implementations. Those plugins — plus the 1Password secret-provider plugin —