# soulware-studio/promethic-mcp [Health: Active]

**Category:** 💻 Developer Tools  
**Repository:** https://github.com/soulware-studio/promethic-mcp  
**GitHub Stars:** 0  
**Views:** 0  
**Installs:** 0  
**Upvotes:** 0  
**Directory Page:** https://allmcps.com/mcp/soulware-studio-promethic-mcp

## Description
Prompt library MCP: versioned prompts, per-version model settings (reasoning, verbosity, and other API dials), text/image/JSON. Tracks edits and copy/download; refine proposes the next version. Hosted Streamable HTTP at https://mcp.getpromethic.com/v1

## Claude Desktop Quick Installation
Remote MCP endpoint (confidence: high). Install path detected from listing signals. Add as a URL/SSE server in your client:

```json
"mcpServers": {
  "promethic-mcp": {
    "url": "https://mcp.getpromethic.com/v1"
  }
}
```

## Documentation & README

# Promethic MCP

[![Listed on mcpservers.org](https://mcpservers.org/badge.svg)](https://mcpservers.org/servers/getpromethic-com-agents)

Public packaging and docs for the [Promethic](https://getpromethic.com) hosted MCP server.

Promethic is a prompt library: store versioned prompts where you set the model, switch models, and dial API-only settings (reasoning, verbosity, and other dials). Text, image, and JSON. Edit the output as you work; it tracks those edits and successful copy/download. Refine proposes the next version.

## Hosted endpoint

- URL: `https://mcp.getpromethic.com/v1`
- Transport: Streamable HTTP
- Auth: Bearer `pmk_` developer key (Claude Desktop, Cursor, Codex CLI) or OAuth (Claude iOS, claude.ai web)
- Docs: https://getpromethic.com/agents
- App: https://app.getpromethic.com

## Clients

See https://getpromethic.com/agents for Claude Desktop, Cursor, Claude iOS, claude.ai, and Codex CLI config.

## License

Documentation in this repo is provided by Soulware Studio LLC. The Promethic product itself remains proprietary.

## Local packaging

This repository includes a minimal stdio MCP server for packaging and introspection. The production MCP server is the hosted endpoint above. No real API keys are included in this repository.

