Get Promethic
Loading latest release...
Checking available installers...
Use Promethic from your terminal — or from Claude
Promethic ships a public API and a free Node CLI. Install once, then drive your prompts from a script, a CI pipeline, or any AI client that speaks the Model Context Protocol — including Claude Desktop, Cursor, Zed, Continue, and Cline.
CLI
Run prompts from anywhere
List, run, revise, save records — same surface the desktop app uses, scripted.
npm install -g @soulwarestudio/promethic-cli promethic auth login
MCP
Give Claude Desktop your prompts
One config block. Claude can list your prompts, run them, revise output, and save records back — using your API key, no OAuth.
{
"mcpServers": {
"promethic": { "command": "promethic", "args": ["mcp"] }
}
}