Harbor
@luke-fairbanks
关于 Harbor
Native macOS app that boots all your local dev servers with one button: smart port allocation, crash recovery, live resource monitoring, and an in-process MCP server so Claude/Codex can drive your dev environment.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"harbor": {
"type": "http",
"url": "http://127.0.0.1:7777/mcp",
"headers": {
"Authorization": "Bearer <token from Harbor's Connect screen>"
}
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Harbor?
Harbor is a native macOS app that boots all your local dev servers with one button: smart port allocation probed on both IPv4 and IPv6, crash recovery with bounded backoff, live logs, and per-service resource monitoring. An embedded Streamable HTTP MCP server exposes all of it to AI agents.
How to use Harbor?
Install the signed and notarized dmg from GitHub Releases (or brew install --cask luke-fairbanks/tap/harbor), drag a project folder onto the window, and Harbor proposes the run config. Open the Connect your Claude screen for one-click MCP setup of Claude Code, Claude Desktop, or Codex.
Key features of Harbor
- One-button start with a topo-sorted dependency order and live log streaming
- Port intelligence: preferred then next-free allocation, probed on both IPv4 and IPv6, with ${PORT} placeholders resolved across services
- Detects and adopts already-running servers, so it never double-starts into EADDRINUSE
- Auto-restart on crash (opt-in per app) with bounded backoff and native notifications
- Live CPU and memory per service, in the window and the menu bar popover
- Embedded MCP server on 127.0.0.1 with a per-install bearer token
Use cases of Harbor
- Ask Claude to scan a repo, write the run config, and start everything with ports resolved
- Let an agent read logs and resource usage to debug a failing dev server
- Start and stop your whole stack from the menu bar without touching a terminal
FAQ from Harbor
Where is the source code for Harbor?
The source code is at https://github.com/luke-fairbanks/harbor-mcp (MIT licensed).
Does Harbor include a standard MCP config?
Yes. Harbor runs a local Streamable HTTP MCP server at http://127.0.0.1:7777/mcp, authenticated with a per-install bearer token shown in Harbor's Connect screen.
开发工具 分类下的更多 MCP 服务器
MCP Containers
metorialConnect any AI model to 1200+ integrations (MCP, CLI, API)
Smithery CLI
smithery-aiInstall, manage and develop MCP servers and skills for agents
MCP-Scan: An MCP Security Scanner
invariantlabs-aiSecurity scanner for AI agents, MCP servers and agent skills.
mcp-excalidraw
yctimlinMCP server and Claude Code skill for Excalidraw — programmatic canvas toolkit to create, edit, and export diagrams via AI agents with real-time canvas sync.
Code Index MCP
johnhuang316A Model Context Protocol (MCP) server that helps large language models index, search, and analyze code repositories with minimal setup
评论