RAMPART

mulkeym/RAMPART
★ 0 stars Python 🤖 AI/LLM Updated today
Request And Model Prompt Analysis & Routing Tool — LLM prompt firewall with policy engine, admin UI, playground, and MCP server
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

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

Or install with pip: pip install rampart