Odel
CompactPrompt

CompactPrompt

Local
@gtkcyberPythonMITUpdated 1mo ago

Review and compact prompts, docs, and AI-agent skills to save tokens, preserving structure.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPIcompactpromptv0.5.2

Run

uvx compactprompt

MCP client config

{
  "mcpServers": {
    "compactprompt": {
      "command": "uvx",
      "args": [
        "compactprompt"
      ]
    }
  }
}