🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@lobbycomputer/mcp

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lobbycomputer/mcp

Install Lobby's hosted MCP connection in Codex

latest
Source
npmnpm
Version
0.3.2
Version published
Maintainers
1
Created
Source

@lobbycomputer/mcp

The small, hosted-only installer for connecting Codex to Lobby's MCP service.

Create your account and complete onboarding at lobby.computer.

Install

npx -y @lobbycomputer/mcp

The installer:

  • Confirms that the Codex CLI is available.
  • Adds https://mcp.lobby.computer/mcp as the lobby MCP server.
  • Starts Codex's OAuth login, which opens Lobby in the browser for approval.
  • Leaves OAuth credentials in Codex's own credential store.

Running the installer again is safe. If the same Lobby endpoint is already configured, it exits without starting another authorization. Use --yes only when you intentionally want to authorize the connection again.

Commands

npx -y @lobbycomputer/mcp
npx -y @lobbycomputer/mcp -- doctor
npx -y @lobbycomputer/mcp -- uninstall

For self-hosted development, specify the Streamable HTTP endpoint:

npx -y @lobbycomputer/mcp -- --mcp-url https://mcp.example.com/mcp

Non-loopback endpoints must use HTTPS. This package contains only the installer. The hosted MCP server is deployed separately and is not included in the npm tarball.

Keywords

mcp

FAQs

Package last updated on 02 Aug 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts