Back to Browse

Binky MCP Server

Developer ToolsModerate6.7MCP RegistryLocal
Free

Server data from the Official MCP Registry

Isolated dev environments, one per git worktree: ports, env, and DB slices as agent tools.

About

Isolated dev environments, one per git worktree: ports, env, and DB slices as agent tools.

Security Report

6.7
Moderate6.7Moderate Risk

Binky is a well-architected developer tool for managing isolated git worktrees with proper credential handling and appropriate permissions for its purpose. The codebase demonstrates good security practices with environment variable usage for sensitive credentials, input validation via identifier sanitization, and careful error handling. Minor code quality observations exist around exception handling breadth, but these do not constitute security vulnerabilities. Supply chain analysis found 1 known vulnerability in dependencies. Package verification found 1 issue.

3 files analyzed · 7 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

env_vars

Check that this permission is expected for this type of plugin.

HTTP Network Access

Connects to external APIs or services over the internet.

Shell Command Execution

Runs commands on your machine. Be cautious — only use if you trust this plugin.

process_spawn

Check that this permission is expected for this type of plugin.

File System Read

Reads files on your machine. Normal for tools that analyze or process local data.

File System Write

Writes or modifies files on your machine. Check that this is expected for the tool.

subprocess_stdio

Check that this permission is expected for this type of plugin.

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-andreisilva1-binky": {
      "args": [
        "binky"
      ],
      "command": "uvx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!