Development|AI / ML|Cloud|UtilitiesTypeScript
harbor
One command brings a complete pre-wired LLM stack with hundreds of services to explore.
N/A rating (0 reviews)0 installs2,776 GitHub stars
LLMstackservices
This repository provides a comprehensive setup for exploring various LLM services. It simplifies the process of integrating multiple components into a single stack, allowing users to focus on development and experimentation.
Compatible with
Claude DesktopCursor
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"harbor": {
"args": [
"-y",
"harbor"
],
"command": "npx"
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.