@syphin/cli
v0.5.0
Published
Syphin CLI — centralized AI agent context
Maintainers
Readme
syphin
CLI for Syphin — centralized AI agent context.
Install
npm install -g syphinCommands
syphin login
Authenticate with Syphin.
syphin login --token <your-token>Get a token from the Syphin dashboard.
syphin init
Connect the current directory to Syphin. Creates .syphin/config.json and adds the MCP server to .mcp.json.
syphin init
syphin init --env stagingsyphin status
Check connection status and show the live manifest.
syphin statussyphin whoami
Show current auth context (org, plan, token type).
syphin logout
Clear stored credentials.
syphin cache
Show local cache stats (cached skills and manifests).
syphin cache clear
Clear the local cache.
Environment variables
| Variable | Description |
|----------|-------------|
| SYPHIN_TOKEN | Auth token (alternative to syphin login) |
| SYPHIN_API_URL | API base URL (default: https://syphin.vercel.app) |
License
MIT
