← Back to Plugins
MCP Server MCP

Prompt Compass

github By github 👁 1 views ▲ 0 votes

Decision-only prompt routing and firewall checks for local/cloud routing, PII and jailbreak risk.

Homepage Verified source GitHub

Install

npx -y @mpcfintech/[email protected]

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://api.mpcfintech.com/mcp"
    }
  ],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@mpcfintech/prompt-compass-mcp",
      "version": "1.0.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Prompt Compass API key from compass.mpcfintech.com.",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "PROMPT_COMPASS_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol streamable-http npm

Comments

Sign in to leave a comment

Loading comments...