Isolated dev environments, one per git worktree: ports, env, and DB slices as agent tools.
Runs locally over stdio
This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
uvx binky
MCP client config
{
"mcpServers": {
"binky": {
"command": "uvx",
"args": [
"binky"
]
}
}
}