jacs-cli-0.9.12 is not a library.
Visit the last successful build:
jacs-cli-0.9.13
jacs-cli
Single binary for the JACS command-line interface and MCP server.
This installs the jacs binary with CLI and MCP server built in.
Quick Start
# Developer / desktop workflow
# Create an agent and start signing
# Start the MCP server (stdio transport)
For Linux or other headless service environments, prefer a secret-mounted password file:
Homebrew (macOS)
From Source
MCP Server
The MCP server is built into the binary. No separate install step needed.
Configure in .mcp.json for Claude Code or similar clients:
The MCP server uses stdio transport only (no HTTP) for security.
JACS_PRIVATE_KEY_PASSWORD is still supported, but for Linux/headless services
JACS_PASSWORD_FILE is the preferred deployment path.
Documentation
- Full Documentation
- Quick Start Guide
- CLI Command Reference
- MCP Integration
- JACS core library on crates.io
v0.9.7 | Apache 2.0 with Common Clause