PluginBench
MCP Server

MCP Sentinel MCP Server

io.github.oaslananka/sentinel

What is the MCP Sentinel MCP server?

Zero-trust MCP security proxy with policy enforcement, PII scrubbing, approvals, and audit trails.

How to install MCP Sentinel

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • SENTINEL_DB_PATH

    SQLite database path used for audit and key storage.

  • SENTINEL_UPSTREAM_URL

    HTTP upstream MCP endpoint.

  • SENTINEL_UPSTREAM_COMMAND

    stdio upstream MCP launch command.

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "sentinel": {
      "command": "npx",
      "args": [
        "-y",
        "@oaslananka/sentinel"
      ],
      "env": {
        "SENTINEL_DB_PATH": "<YOUR_SENTINEL_DB_PATH>",
        "SENTINEL_UPSTREAM_URL": "<YOUR_SENTINEL_UPSTREAM_URL>",
        "SENTINEL_UPSTREAM_COMMAND": "<YOUR_SENTINEL_UPSTREAM_COMMAND>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "sentinel": {
      "command": "npx",
      "args": [
        "-y",
        "@oaslananka/sentinel"
      ],
      "env": {
        "SENTINEL_DB_PATH": "<YOUR_SENTINEL_DB_PATH>",
        "SENTINEL_UPSTREAM_URL": "<YOUR_SENTINEL_UPSTREAM_URL>",
        "SENTINEL_UPSTREAM_COMMAND": "<YOUR_SENTINEL_UPSTREAM_COMMAND>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "sentinel": {
      "command": "npx",
      "args": [
        "-y",
        "@oaslananka/sentinel"
      ],
      "env": {
        "SENTINEL_DB_PATH": "<YOUR_SENTINEL_DB_PATH>",
        "SENTINEL_UPSTREAM_URL": "<YOUR_SENTINEL_UPSTREAM_URL>",
        "SENTINEL_UPSTREAM_COMMAND": "<YOUR_SENTINEL_UPSTREAM_COMMAND>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "sentinel": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@oaslananka/sentinel"
      ],
      "env": {
        "SENTINEL_DB_PATH": "<YOUR_SENTINEL_DB_PATH>",
        "SENTINEL_UPSTREAM_URL": "<YOUR_SENTINEL_UPSTREAM_URL>",
        "SENTINEL_UPSTREAM_COMMAND": "<YOUR_SENTINEL_UPSTREAM_COMMAND>"
      }
    }
  }
}
Claude Code
claude mcp add sentinel --env SENTINEL_DB_PATH=<YOUR_SENTINEL_DB_PATH> --env SENTINEL_UPSTREAM_URL=<YOUR_SENTINEL_UPSTREAM_URL> --env SENTINEL_UPSTREAM_COMMAND=<YOUR_SENTINEL_UPSTREAM_COMMAND> -- npx -y @oaslananka/sentinel

Related MCP servers

Aggregate multiple MCP backends behind a single stdio endpoint with namespaced routing.

View repository →

MCP server for EasyEDA Pro: PCB inspection, BOM, exports, and hardware review.

View repository →

Production-grade MCP server for KiCad EDA—PCB design, DRC, simulation, BOM, DFM, and manufacturing.

View repository →

Record debug sessions, commands, failed attempts, and successful fixes in local SQLite storage.

View repository →

Monitor MCP server health, uptime, response times, and Azure DevOps pipeline status

View repository →

SSH Linux metrics, baselines, anomaly detection, and plain-English infrastructure explanations.

View repository →