Moor is a local MCP control plane for Mac. It gives every coding agent one safe, observable, configurable gateway to your MCP servers.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"moor": {
"command": "npx",
"args": [
"-y",
"varandrew/moor"
]
}
}
}
Run in terminal:
claude mcp add moor npx -y varandrew/moor
Add to .cursor/mcp.json:
{
"mcpServers": {
"moor": {
"command": "npx",
"args": [
"-y",
"varandrew/moor"
]
}
}
}