MCP Sentinel
Rank #29,005io.github.oaslananka/sentinel
Zero-trust MCP security proxy with policy enforcement, PII scrubbing, approvals, and audit trails.
MCP Sentinel is a Model Context Protocol (MCP) server published by oaslananka. It ranks #29,005 of 115,460 servers tracked on MCP Toplist, and its repository has 2 GitHub stars. MCP Sentinel is listed on Official MCP, with 1 tracked version. It was first listed on Apr 8, 2026 and most recently updated on Apr 8, 2026.
Ranks ahead of 86,455 of 115,460 servers on MCP Toplist.
Use MCP Sentinel
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add sentinel -e "SENTINEL_DB_PATH=<your SENTINEL_DB_PATH>" -e "SENTINEL_UPSTREAM_URL=<your SENTINEL_UPSTREAM_URL>" -e "SENTINEL_UPSTREAM_COMMAND=<your SENTINEL_UPSTREAM_COMMAND>" -- npx -y @oaslananka/sentinelReplace each placeholder with your own value before saving.
[mcp_servers.sentinel]
command = "npx"
args = ["-y", "@oaslananka/sentinel"]
[mcp_servers.sentinel.env]
SENTINEL_DB_PATH = "<your SENTINEL_DB_PATH>"
SENTINEL_UPSTREAM_URL = "<your SENTINEL_UPSTREAM_URL>"
SENTINEL_UPSTREAM_COMMAND = "<your SENTINEL_UPSTREAM_COMMAND>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.oaslananka%2Fsentinel)<a href="https://mcptoplist.com/server/io.github.oaslananka%2Fsentinel"><img src="https://mcptoplist.com/badge/io.github.oaslananka%2Fsentinel.svg" alt="MCP Toplist: Top 50% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
oaslananka
Other servers by oaslananka
- KiCad MCP Pro#436 · 19 vers
- easyeda-mcp-pro#1,340 · 9 vers
- SSH MCP Tool#2,734 · 7 vers
- Boardreadyops#2,766 · 6 vers
- Kicad Studio Kit#2,983 · 5 vers
- A2amesh#4,648 · 5 vers
- Fovux Kit#6,413 · 7 vers
- MCP Health Monitor#9,900 · 3 vers
- Toon Tools Vsx#10,159 · 5 vers
- MCP Infra Lens#10,175 · 2 vers
- notebooklm-mcp-pro#11,517
- MCP Debug Recorder#12,211 · 1 ver
Available versions (1)
| Version | Published |
|---|---|
| 1.0.0 | Apr 8, 2026 |
Frequently asked questions
- Who maintains MCP Sentinel?
- MCP Sentinel is maintained by oaslananka, which publishes 22 MCP servers (80 total versions) tracked on MCP Toplist.
- Is MCP Sentinel listed on the Official MCP Registry?
- Yes — MCP Sentinel is listed on the Official MCP Registry.
- How many versions does MCP Sentinel have?
- MCP Toplist tracks 1 version of MCP Sentinel, most recently published on Apr 8, 2026.
- Where can I find the source code for MCP Sentinel?
- The source code for MCP Sentinel is hosted at github.com/oaslananka/mcp-suite.