@hasna/recordings
v0.1.22
Published
Speech-to-text recording tool with MCP and CLI — records, transcribes, and optionally enhances text using AI
Downloads
943
Readme
@hasna/recordings
Speech-to-text recording tool with MCP and CLI — records, transcribes, and optionally enhances text using AI
Install
npm install -g @hasna/recordingsCLI Usage
recordings --helprecordings recordrecordings transcribe <file>recordings transcribe <file> --streamrecordings rewrite <text> --instruction "<instruction>"recordings listrecordings show <id>recordings search <query>recordings delete <id>recordings stats
MCP Server
recordings-mcpHTTP mode
recordings-mcp --http # default port 8829
MCP_HTTP=1 MCP_HTTP_PORT=8829 recordings-mcpEndpoints: GET /health → {"status":"ok","name":"recordings"}, MCP at /mcp.
Cloud Sync
This package supports cloud sync via @hasna/cloud:
cloud setup
cloud sync push --service recordings
cloud sync pull --service recordingsData Directory
Data is stored in ~/.hasna/recordings/.
License
Apache-2.0 -- see LICENSE
