MCP Server
MCP
systems.blacklake/gateway
Governed MCP gateway: approval gates, signed audit receipts, and cost control for agent tool calls.
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