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

@ashlrai/locus-mcp

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ashlrai/locus-mcp

MCP multiplexor for Locus — tools hard-scoped to the active pin so agents cannot act in the wrong tenant.

latest
Source
npmnpm
Version
0.5.0
Version published
Maintainers
1
Created
Source

@ashlrai/locus-mcp

MCP multiplexor for Locus — tools hard-scoped to the active pin so agents cannot act in the wrong tenant.

Install

npm install -g @ashlrai/locus-mcp
# or run via npx after pinning with locus:
npx @ashlrai/locus-mcp

On first run the wrapper downloads the release binary into ~/.locus/bin, or falls back to:

cargo install --git https://github.com/ashlrai/locus --package locus-mcp --locked

Setup (Claude Code / Cursor)

# Install CLI + MCP
npm install -g locus-cli @ashlrai/locus-mcp
# or: cargo install --git https://github.com/ashlrai/locus --package locus-cli --package locus-mcp

locus pin acme
locus setup --client claude   # writes/merges .mcp.json
# restart Claude Code

Manual .mcp.json entry:

{
  "mcpServers": {
    "locus": {
      "command": "locus-mcp",
      "args": []
    }
  }
}

Keywords

locus

FAQs

Package last updated on 16 Aug 2026

Related posts