Sentinel Gateway

Sentinel Gateway

MCP zero-trust gateway that sits in front of every internal MCP server, detects tool-poisoning/metadata drift in real time, and maintains a cryptographic provenance ledger of every agent tool call.

Category
Visit Server

README

Sentinel Gateway — an MCP zero-trust gateway

MCP zero-trust gateway that sits in front of every internal MCP server, detects tool-poisoning/metadata drift in real time, and maintains a cryptographic provenance ledger of every agent tool call.

Model Context Protocol Built with Nitrostack Status

Sentinel Gateway — an MCP zero-trust gateway is an MCP (Model Context Protocol) server that extends AI assistants — like Claude, Cursor, and any MCP-compatible client — with new, real-world capabilities. It is built and deployed on Nitrostack, the fastest way to build, deploy, and share MCP apps.

Table of Contents

Overview

MCP zero-trust gateway that sits in front of every internal MCP server, detects tool-poisoning/metadata drift in real time, and maintains a cryptographic provenance ledger of every agent tool call.

What is MCP?

The Model Context Protocol (MCP) is an open standard that lets AI assistants securely connect to external tools, data sources, and services. Instead of being limited to what it was trained on, an AI model can call MCP servers to fetch live data, run actions, and integrate with real systems.

This project is one such MCP server. Learn more about building and shipping MCP apps at nitrostack.ai.

Features

  • šŸ”Œ MCP-native — works with any MCP-compatible client (Claude, Cursor, and more)
  • šŸ›”ļø Zero-Trust Policy Engine — per-agent RBAC permission enforcement
  • šŸ” Tool Poisoning & Drift Detection — cryptographic SHA-256 fingerprinting catches malicious description modifications
  • ⚔ Prompt Injection Scanner — pattern-matching engine flags exfiltration directives (e.g. BCC directives)
  • šŸ“œ Cryptographic Provenance Ledger — immutable SHA-256 hash-chained audit log
  • šŸ–¼ļø 7 Interactive UI Widgets — built with Next.js 14, React 18, and Tailwind CSS
  • ⚔ Deployed on Nitrostack — reliable, hosted, and instantly shareable
  • šŸ” Secure by design — secrets stay in environment variables, never in code

Getting Started

Prerequisites

  • Node.js 18+ (Node 20 recommended)
  • An MCP-compatible client (NitroStudio, Claude Desktop, Cursor, etc.)

Installation

git clone https://github.com/jaisimha18/nebula-ninjas.git
cd nebula-ninjas
npm install

Configuration

Copy the example environment file and add your own values:

cp .env.example .env

Run

npm run dev

For production build & start:

npm run build
npm start

Connect to an MCP Client

Add this server to your MCP client configuration. A typical entry looks like:

{
  "mcpServers": {
    "sentinel-gateway": {
      "command": "npx",
      "args": ["-y", "tsx", "src/index.ts"]
    }
  }
}

Restart your client and the tools from this MCP server will be available to your AI assistant.

Deploy Your Own MCP App

Want to build and ship an MCP server like this one? Nitrostack lets you create, deploy, and host MCP apps in minutes — no infrastructure to manage.

šŸ‘‰ Start building: https://nitrostack.ai

Explore More MCP Apps

  • šŸŒ™ Discover and share MCP projects with the community on r/mcptothemoon
  • 🧰 Browse a growing catalog of MCP apps on Nitrostack

FAQ

What is an MCP server?

An MCP server implements the Model Context Protocol to expose tools, resources, and prompts that AI assistants can call. It lets an AI model take real actions and access live data.

What does Sentinel Gateway do?

Sentinel Gateway sits in front of internal MCP servers to detect tool poisoning, prompt injections, and metadata drift in real time, logging every call to a cryptographic provenance ledger.

Which AI clients does this work with?

Any MCP-compatible client, including NitroStudio, Claude Desktop, and Cursor.

How do I deploy my own MCP app?

Use Nitrostack to build, deploy, and host MCP apps without managing infrastructure.

Keywords

Enterprise AI & Workplace Automation Ā· Sentinel Gateway — an MCP zero-trust gateway Ā· MCP Ā· Model Context Protocol Ā· MCP server Ā· MCP app Ā· AI security Ā· Tool Poisoning Ā· Zero Trust Ā· Provenance Ledger Ā· Nitrostack Ā· deploy MCP server Ā· build MCP app

License

MIT Ā© 2026


Built with ā¤ļø using the Model Context Protocol on Nitrostack. Share your MCP app on r/mcptothemoon.

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured