{
  "mcpServers": {
    "github": {
      "command": "npx",
      "args": ["-y", "@modelcontextprotocol/server-github"]
    },
    "chrome-devtools": {
      "command": "npx",
      "args": ["-y", "@modelcontextprotocol/server-puppeteer"]
    },
    "bdb_unreal_mcp": {
      "command": "node",
      "args": ["__MCPS_DIR__/unreal_mcp/dist/cli.js"]
    },
    "bdb_rhino_mcp": {
      "command": "node",
      "args": ["__MCPS_DIR__/RhinoMCP/shared/router-launcher.mjs", "--default-version", "8"]
    },
    "bdb_rhino_mcp_fallback": {
      "command": "uv",
      "args": ["--directory", "__MCPS_DIR__/golem-rhino-mcp", "run", "-m", "mcp_server"],
      "env": {
        "SETUPTOOLS_SCM_PRETEND_VERSION": "0.1.0"
      }
    },
    "bdb_davinci_mcp": {
      "command": "uv",
      "args": ["run", "--with-requirements", "__MCPS_DIR__/davinci-resolve-mcp-free/requirements.txt", "__MCPS_DIR__/davinci-resolve-mcp-free/src/resolve_mcp_bridge.py"]
    },
    "bdb_grandma3_mcp": {
      "command": "uv",
      "args": ["run", "--with", "mcp>=1.0.0,<2.0.0", "__MCPS_DIR__/grandma3_mcp.py", "--ip", "127.0.0.1", "--port", "8080", "--mode", "webapi_only"]
    },
    "bdb_resolume_mcp": {
      "command": "uv",
      "args": ["run", "--with", "mcp>=1.0.0,<2.0.0", "__MCPS_DIR__/resolume_mcp.py"]
    },
    "adobe_uxp_mcp": {
      "command": "node",
      "args": ["__MCPS_DIR__/adobe_uxp_mcp/index.js"]
    },
    "bdb_blender_mcp": {
      "command": "uv",
      "args": ["--directory", "__MCPS_DIR__/blender-mcp", "run", "-m", "blender_mcp.server"]
    },
    "bdb_after_effects_mcp": {
      "command": "node",
      "args": ["__MCPS_DIR__/after-effects-mcp/build/index.js"]
    },
    "bdb_after_effects_mcp_fallback": {
      "command": "go",
      "args": ["-C", "__MCPS_DIR__/ae-mcp", "run", "./cmd/ae-mcp"]
    },
    "bdb_td_minddesigner": {
      "command": "node",
      "args": ["__MCPS_DIR__/tdmcp/dist/index.js"]
    },
    "bdb_td_backup": {
      "command": "node",
      "args": ["__MCPS_DIR__/touchdesigner-mcp/dist/cli.js", "--stdio"]
    },
    "zavora_computer_use": {
      "command": "node",
      "args": ["__MCPS_DIR__/computer-use-mcp/dist/server.js"]
    },
    "bdb_windows_computer_use": {
      "command": "uv",
      "args": ["run", "--directory", "__MCPS_DIR__/windows-computer-use-mcp", "run_server.py"]
    },
    "memb_mcp": {
      "command": "__PYTHON_BIN__",
      "args": ["__MCPS_DIR__/memb-mcp/run.py"],
      "env": {
        "GEMINI_API_KEY": "__GEMINI_API_KEY__"
      }
    },
    "open_design_mcp": {
      "command": "npx",
      "args": ["-y", "open-design-mcp", "__MCPS_DIR__/open-design"],
      "env": {
        "OD_DAEMON_URL": "http://127.0.0.1:3000"
      }
    },
    "bdb_remoteos_mcp": {
      "command": "uv",
      "args": [
        "--directory", 
        "__MCPS_DIR__/bdb-remoteos-mcp", 
        "run", 
        "bdb-remoteos-mcp"
      ],
      "env": {
        "REMOTEOS_GATEWAY_URL": "https://gateway.yourdomain.com",
        "REMOTEOS_API_KEY": "${REMOTEOS_API_KEY}"
      }
    }
  }
}
