Adding a Server
- Click Add Server at the top of the page
- Fill in the server details:
- Name — A unique identifier for the server (e.g.,
github,memory) - Command — The executable to run (e.g.,
npx,node,python) - Arguments — Command-line arguments (e.g.,
@modelcontextprotocol/server-github) - Environment Variables — Key-value pairs passed to the server process. Use
vault:SECRET_NAMEto reference secrets stored in the vault
- Name — A unique identifier for the server (e.g.,
- Click Save to dock the server
Managing Servers
Each server card shows its name, command, status, and enabled state.| Action | Description |
|---|---|
| Rig | Enable the server so it’s included when syncing to hosts |
| Moor | Disable the server without removing it |
| Remove | Permanently undock the server from Harbor |

