Skip to main content
Glama

mycelium

Shared toolkit for building agent plugins over personal knowledge sources (documents, notes, and whatever comes next) — extracted out of the OpenClaw plugins for paperless-ngx and Trilium Notes, which had independently grown near-identical semantic search implementations.

Three problems, three packages:

Package

Problem it solves

@mycelium/embed

"I want to use any LLM for embeddings/retrieval, not just one hardcoded provider." Pluggable client for any OpenAI-compatible endpoint (OpenAI, OpenRouter, Ollama, vLLM, LM Studio, ...), plus an opt-in local CPU fallback with zero API dependency.

@mycelium/index

"I want semantic search over my personal document/note corpus without running a vector DB server." A local, file-backed sqlite-vec index with incremental sync and hybrid lexical+semantic search (Reciprocal Rank Fusion).

@mycelium/mcp

"I want my plugin's tools usable outside one specific agent host." Bridges the same tool definitions onto a standalone MCP server, over stdio and Streamable HTTP.

Plus @mycelium/tooling-config: shared biome/tsconfig presets so the standalone plugin repos this toolkit feeds stop drifting from each other.

Why "mycelium"

The fungal network that links otherwise-separate organisms and moves nutrients between them — which is the job here: linking separate personal-data sources to any LLM provider, over any transport, without each plugin reinventing the same wiring.

Related MCP server: ragi

Development

Bun-native: Bun as the package manager, workspace resolver, and test runner. TypeScript 7, Biome for lint/format, Changesets for versioning and multi-package releases.

bun install
bun run build
bun run lint
bun test

See AGENTS.md for repo layout and conventions.

License

MIT

A
license - permissive license
-
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    A
    quality
    B
    maintenance
    Local-first RAG indexing and semantic search MCP server. Enables document retrieval and context-aware queries using local embedding models.
    Last updated
    3
    25
    MIT
  • F
    license
    -
    quality
    D
    maintenance
    Provides tools for ingesting documents into a local vector database and retrieving relevant information via semantic search, enabling retrieval-augmented generation for MCP clients.
    Last updated
    4
  • A
    license
    -
    quality
    D
    maintenance
    Enables semantic code search across indexed code folders using vector embeddings, with support for multiple embedding providers and automatic file watching. Provides an admin UI and integrates with MCP clients for natural language code queries.
    Last updated
    MIT

View all related MCP servers

Related MCP Connectors

  • Agentic search over your Dewey document collections from any MCP-compatible client.

  • User-owned memory for AI agents, Copilot, Claude, IDEs, CLIs, and chat apps over remote MCP.

  • Private-by-default, local-first memory/context/task orchestrator for MCP apps and agents.

View all MCP Connectors

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/Transmitt0r/mycelium'

If you have feedback or need assistance with the MCP directory API, please join our Discord server