
Research
/Security News
DuckDB npm Account Compromised in Continuing Supply Chain Attack
Ongoing npm supply chain attack spreads to DuckDB: multiple packages compromised with the same wallet-drainer malware.
@mcpspace/mcpx
Advanced tools
MCPX is a command-line tool for organizing and managing MCP Servers as local workspaces. It enables seamless connection to multiple MCP servers (both local and remote) and bundles them into workspaces for use in AI Apps. All server communications are trac
MCPX is a command-line tool for organizing and managing MCP Servers as local workspaces. It enables seamless connection to multiple MCP servers (both local and remote) and bundles them into workspaces for use in AI Apps. All server communications are tracked in a consolidated log store for easy monitoring and debugging.
# Import your MCP servers from config
mcpx server import config.json
# Create a workspace
mcpx ws create
# Run the gateway with your workspace
mcpx run <workspace-name>
With MCPX, you can:
mcpx [command] [subcommand] [flags]
Available top-level commands:
server
- Manage MCP providersws
- Manage workspacesrun
- Run the gateway with a workspacelog
- View the server log locationmcpx server add
Interactive flow that guides you through:
mcpx server list
Displays all configured servers with their details and allows you to:
mcpx server remove <name>
Removes a server configuration by its name, with confirmation prompt.
mcpx server import <config-file>
Bulk imports server configurations from a JSON file.
mcpx ws create
Interactive flow that guides you through:
mcpx ws list [--name <workspace-name>]
Lists all workspaces or shows details of a specific workspace.
mcpx ws edit
Interactive flow to:
mcpx ws delete <workspace-name>
Deletes a workspace configuration, with confirmation prompt.
mcpx run <workspace-name>
Starts the gateway server with the specified workspace configuration.
mcpx log
Access server communication logs stored in the consolidated log store.
Command | Description | Example |
---|---|---|
server add | Add a new MCP server interactively | mcpx server add |
server list | List all configured servers | mcpx server list |
server remove | Remove a server by name | mcpx server remove my-server |
server import | Import servers from config file | mcpx server import config.json |
ws create | Create a new workspace | mcpx ws create |
ws list | List all workspaces | mcpx ws list |
ws list --name | Show specific workspace details | mcpx ws list --name my-workspace |
ws edit | Edit workspace configuration | mcpx ws edit |
ws delete | Delete a workspace | mcpx ws delete my-workspace |
run | Start gateway with workspace | mcpx run my-workspace |
log | View server logs | mcpx log |
FAQs
MCPX is a command-line tool for organizing and managing MCP Servers as local workspaces. It enables seamless connection to multiple MCP servers (both local and remote) and bundles them into workspaces for use in AI Apps. All server communications are trac
We found that @mcpspace/mcpx demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago.Β It has 1 open source maintainer collaborating on the project.
Did you know?
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.
Research
/Security News
Ongoing npm supply chain attack spreads to DuckDB: multiple packages compromised with the same wallet-drainer malware.
Security News
The MCP Steering Committee has launched the official MCP Registry in preview, a central hub for discovering and publishing MCP servers.
Product
Socketβs new Pull Request Stories give security teams clear visibility into dependency risks and outcomes across scanned pull requests.