Manage / Proxy / Secure your MCP Servers
MCP Guardian
Overview
MCP Guardian manages your LLM assistantβs access to MCP servers, handing you realtime control of your LLMβs activity.
π Message Logging - See traces for all of an LLMβs MCP server activity
π Message Approvals - Approve and deny individual tool call messages in real time
π€ Automated Message Scans - Realtime automated checks for safety, privacy, etc (Coming Soon)
MCP Guardian also makes it a breeze to manage multiple MCP server configurations. Quickly switch between server collections without having to manually manage configuration files for your MCP host applications.
Development
This project uses nix to manage a development environment that can be used on Linux and macOS.
Quick Start - Linux / macOS
-
Enable nix flakes
sudo sh -c 'echo "experimental-features = nix-command flakes" >> /etc/nix/nix.conf'
- Enter dev shell
nix develop
- Build project
just build-release
mcp-guardian
andmcp-guardian-proxy
are now in_build/bin/
which is inPATH
of the dev shell.
Quick Start - Windows
-
Install git with symlink support (otherwise you will need to restore
./mcp-guardian/bindings
before building). -
Install
yarn
.
npm install --global yarn
-
Install .dll dependencies. The easiest way to do this is to install Visual Studio and install the C++ development packages.
-
Install just
cargo install just
-
Enter repo root with
git-bash
(otherwisejust
wonβt work and youβll need to callcargo directly
) -
Build project
just build-release
Justfile
Available recipes:
build
build-release
clean
do DIR +RECIPE
do-all +RECIPE
fmt
fmt-check
lint
readme-check
readme-update
test
Prerequisites
- β’Familiarity with the server domain
- β’Basic understanding of related technologies
- β’Knowledge of Automation & Scripting
Recommended Server
Details
More Server
Mcp Postman
MCP Server for running Postman Collections with Newman
Twitter Mcp
A Model Context Protocol server allows to interact with Twitter, enabling posting tweets and searching Twitter.
Lightdash Mcp Server
A MCP(Model Context Protocol) server that accesses to Lightdash
Todoist Mcp Server
MCP server for Todoist integration enabling natural language task management with Claude