New:Microsoft Teams Notifications Are Now Available in Socket.Learn more
Get Started

arcane-rmcp

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

arcane-rmcp

Node launcher for the rarcane Rust MCP server and CLI binary.

Source
npmnpm
Version
0.4.0
Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

rarcane

Node launcher for the rarcane Rust MCP server and CLI binary.

npx -y arcane-rmcp --help

The package downloads the matching GitHub Release binary during postinstall.

MCP stdio

Use the package directly as an MCP command:

{
  "mcpServers": {
    "rarcane": {
      "command": "npx",
      "args": ["-y", "arcane-rmcp"]
    }
  }
}

Environment

  • ARCANE_RMCP_BINARY_VERSION: release tag/version to download, defaulting to this npm package version.
  • ARCANE_RMCP_VERSION: alias for ARCANE_RMCP_BINARY_VERSION.
  • ARCANE_RMCP_REPO: GitHub owner/repo, defaulting to jmagar/arcane-rmcp.
  • ARCANE_RMCP_RELEASE_BASE_URL: full release download base URL.
  • ARCANE_RMCP_SKIP_DOWNLOAD=1: skip postinstall download.

Keywords

mcp

FAQs

Package last updated on 09 Jul 2026

Related posts