← Back to Plugins
MCP Server MCP

systems.blacklake/gateway

MCP Registry publisher By MCP Registry publisher 👁 3 views ▲ 0 votes

Governed MCP gateway: approval gates, signed audit receipts, and cost control for agent tool calls.

Homepage Verified source

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://api.blacklake.systems/mcp",
      "headers": [
        {
          "description": "Bearer <your BlackLake API key>. Create a key at https://console.blacklake.systems (free while in beta). Per-upstream gateway paths live at /mcp/u/<upstream-id>.",
          "isRequired": true,
          "isSecret": true,
          "name": "Authorization"
        }
      ]
    }
  ],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "blacklake",
      "version": "1.2.0",
      "runtimeHint": "npx",
      "transport": {
        "type": "stdio"
      },
      "packageArguments": [
        {
          "description": "Starts the MCP stdio bridge. Pairs with a local API started by npx blacklake serve.",
          "value": "mcp",
          "type": "positional"
        }
      ],
      "environmentVariables": [
        {
          "description": "URL of the BlackLake API the bridge forwards to. Defaults to http://localhost:3100 (the address npx blacklake serve listens on).",
          "format": "string",
          "name": "BLACKLAKE_API_URL"
        }
      ]
    }
  ]
}
mcp model-context-protocol streamable-http npm

Comments

Sign in to leave a comment

Loading comments...