🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

@pleri/pylon-cli

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

@pleri/pylon-cli

Pylon CLI — log in to your org's Pylon, manage apps and roles, query the audit log. The user-facing half of the @pleri/pylon RBAC service.

Source
npmnpm
Version
0.1.2
Version published
Weekly downloads
32
166.67%
Maintainers
1
Weekly downloads
 
Created
Source

@pleri/pylon-cli

The pylon command-line client for Pylon — a centralised RBAC + identity service for MCP servers.

Install

npm install -g @pleri/pylon-cli

Or run any command via npx:

npx -p @pleri/pylon-cli pylon login --org-url=https://pylon.acme.internal

Quick start

pylon login --org-url=https://pylon.acme.internal     # first time
pylon whoami                                           # confirm session

After first login the org id is cached; subsequent commands omit the URL:

pylon whoami
pylon role list --app=olam
pylon audit tail --action=role.granted

Commands

CommandPurpose
pylon loginDevice-code authentication against your org's Pylon
pylon logoutClear the session for an org
pylon forgetRemove an org entirely (config + session)
pylon whoamiShow your active session + archetype
pylon useSwitch the default org
pylon app registerEnrol a new MCP (admin only)
pylon app listList enrolled MCPs
pylon app disableDisable an MCP — revokes future scoped tokens
pylon role grantGrant a user role for an MCP
pylon role listList role grants for an MCP (opaque hashes)
pylon role revokeRevoke a role
pylon audit tailQuery the audit log

Full reference: docs/CLI.md.

Where things live

ThingPath
Session JWTsOS keyring (Keychain / Credential Manager / Secret Service)
Org metadata~/.pylon/config.yaml
Scoped tokensIn-process memory only (never on disk)

Headless / CI: set PYLON_ORG_URL + PYLON_SESSION_TOKEN env vars instead of using the keyring.

License

MIT

Keywords

pylon

FAQs

Package last updated on 24 Apr 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