Skip to content

0disoft/mcp-security-proxy

v0.2.0-alpha.5Apache-2.0

Installable Agent Plugins demo for the deny-by-default MCP Security Proxy.

MCP servers

Declared configuration, as published in mcp.json. The directory shows indexed content; it never connects to or executes these servers.

mcp-security-proxy-demostdio
{
  "type": "stdio",
  "command": "node",
  "args": [
    "${PLUGIN_ROOT}/node_modules/@0disoft/mcp-security-proxy-cli/dist/main.js",
    "run",
    "--policy",
    "${PLUGIN_ROOT}/config/demo-policy.json",
    "--profile",
    "agent-plugin-demo",
    "--audit-log",
    "${PLUGIN_DATA}/mcp-security-proxy.audit.jsonl",
    "--",
    "node",
    "${PLUGIN_ROOT}/runtime/demo-mcp-server.mjs"
  ],
  "cwd": "${PLUGIN_ROOT}"
}

What this package declares

The files a client reads when it loads this plugin, exactly as this revision carries them.

{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "mcp-security-proxy",
  "version": "0.2.0-alpha.5",
  "description": "Installable Agent Plugins demo for the deny-by-default MCP Security Proxy.",
  "homepage": "https://github.com/0disoft/mcp-security-proxy#readme",
  "repository": "https://github.com/0disoft/mcp-security-proxy",
  "license": "Apache-2.0"
}