Odel
Binky

Binky

Local
@andreisilva11PythonApache-2.0Updated 4w ago

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).

PyPIbinkyv0.1.2

Run

uvx binky

MCP client config

{
  "mcpServers": {
    "binky": {
      "command": "uvx",
      "args": [
        "binky"
      ]
    }
  }
}