bluestout-sections-library

bluestout/bluestout-sections-library
★ 0 stars Liquid 🗄️ Database Updated today
This repo is basically a kind of database where reusable sections are stored, and we fetch them through an MCP 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": {
    "bluestout-sections-l": {
      "command": "npx",
      "args": [
        "-y",
        "bluestout/bluestout-sections-library"
      ]
    }
  }
}