This repo is basically a kind of database where reusable sections are stored, and we fetch them through an MCP server.
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"
]
}
}
}
Run in terminal:
claude mcp add bluestout-sections-l npx -y bluestout/bluestout-sections-library
Add to .cursor/mcp.json:
{
"mcpServers": {
"bluestout-sections-l": {
"command": "npx",
"args": [
"-y",
"bluestout/bluestout-sections-library"
]
}
}
}