MCP.so
Sign In
Servers

Prompt Decorators

@synaptiai

A standardized framework for enhancing how LLMs process and respond to prompts through composable decorators, featuring an official open standard specification and Python reference implementation. Claude Code plugin and MCP server integration.

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "prompt-decorators": {
      "command": "python",
      "args": [
        "-m",
        "prompt_decorators",
        "verify"
      ]
    }
  }
}

More from Developer Tools