florilegium

jakewan/florilegium
★ 0 stars Go 🤖 AI/LLM Updated today
General-purpose MCP server: recency-aware, no-repeat selection from a user-supplied tagged corpus, with relevance left to the calling agent
View on GitHub → Try with Claude — $10 free →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "florilegium": {
      "command": "go",
      "args": [
        "run",
        "github.com/jakewan/florilegium@latest"
      ]
    }
  }
}

README Excerpt

A general-purpose [MCP](https://modelcontextprotocol.io) server that surfaces one apt item at a time from a user-supplied corpus — recency-aware, without recent repeats — and leaves the question of *which* item fits to the calling agent. > A *florilegium* (Latin *flos* "flower" + *legere* "to gather") is a curated anthology of choice extracts gathered from many sources. The name is the data model: you bring the anthology; the server gathers from it.