{"id":26937571,"url":"https://github.com/eqtylab/mcp-guardian","last_synced_at":"2026-01-16T03:45:28.410Z","repository":{"id":278788905,"uuid":"926222936","full_name":"eqtylab/mcp-guardian","owner":"eqtylab","description":"Manage / Proxy / Secure your MCP Servers","archived":false,"fork":false,"pushed_at":"2025-04-02T00:11:28.000Z","size":3871,"stargazers_count":30,"open_issues_count":6,"forks_count":3,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-04-02T01:21:43.787Z","etag":null,"topics":["agentic-ai","claude-desktop","llm-tools","mcp","model-context-protocol"],"latest_commit_sha":null,"homepage":"https://mcp-guardian.org/","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/eqtylab.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-02-02T20:42:41.000Z","updated_at":"2025-03-29T09:24:44.000Z","dependencies_parsed_at":"2025-04-02T01:20:25.750Z","dependency_job_id":"ca9749f9-8003-4bf8-9455-e3538a9fc4a4","html_url":"https://github.com/eqtylab/mcp-guardian","commit_stats":null,"previous_names":["eqtylab/mcp-guardian"],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eqtylab%2Fmcp-guardian","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eqtylab%2Fmcp-guardian/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eqtylab%2Fmcp-guardian/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eqtylab%2Fmcp-guardian/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eqtylab","download_url":"https://codeload.github.com/eqtylab/mcp-guardian/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246819781,"owners_count":20839095,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["agentic-ai","claude-desktop","llm-tools","mcp","model-context-protocol"],"created_at":"2025-04-02T13:15:22.278Z","updated_at":"2026-01-16T03:45:28.405Z","avatar_url":"https://github.com/eqtylab.png","language":"Rust","funding_links":[],"categories":["Security","Mcp Middleware \u0026 Orchestration","📚 Projects (1974 total)","Tools","Resources","🧑‍🚀 Tools and code","🔧 Utilities","Table of Contents","🏗️ Infrastructure, Utils \u0026 Orchestration"],"sub_categories":["MCP Security","MCP Servers","Supply Chain","Security","🛡️ Security Operations (Blue/Purple)"],"readme":"# MCP Guardian\n\n[mcp-guardian.org](https://mcp-guardian.org)\n\n## Overview\n\nMCP Guardian manages your LLM assistant's access to MCP servers, handing you realtime control of your LLM's activity.\n\n**📜 Message Logging** - See traces for all of an LLM's MCP server activity\n\n**💂 Message Approvals** - Approve and deny individual tool call messages in real time\n\n**🤖 Automated Message Scans** - Realtime automated checks for safety, privacy, etc (Coming Soon)\n\n\u003cp align=\"center\"\u003e\n    \u003cimg src=\"./docs/src/resources/splash-page.png\" /\u003e\n\u003c/p\u003e\n\nMCP 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.\n\n## Development\n\nThis project uses [nix](https://nixos.org/) to manage a development environment that can be used on Linux and macOS.\n\n### Quick Start - Linux / macOS\n\n1. [Install nix](https://nixos.org/download/)\n\n2. Enable nix flakes\n```bash\nsudo sh -c 'echo \"experimental-features = nix-command flakes\" \u003e\u003e /etc/nix/nix.conf'\n```\n\n3. Enter dev shell\n```bash\nnix develop\n```\n\n4. Build project\n```bash\njust build-release\n```\n\n5. `mcp-guardian` and `mcp-guardian-proxy` are now in `_build/bin/` which is in `PATH` of the dev shell.\n\n### Quick Start - Windows\n\n1. [Install git](https://git-scm.com/downloads/win) with symlink support (otherwise you will need to restore `./mcp-guardian/bindings` before building).\n\n2. [Install rustup](https://www.rust-lang.org/tools/install).\n\n3. [Install nodejs](https://nodejs.org/en/download).\n\n4. Install `yarn`.\n```bash\nnpm install --global yarn\n```\n\n5. Install .dll dependencies. The easiest way to do this is to [install Visual Studio](https://visualstudio.microsoft.com/downloads/) and install the C++ development packages.\n\n6. Install just\n```bash\ncargo install just\n```\n\n7. Enter repo root with `git-bash` (otherwise `just` won't work and you'll need to call `cargo directly`)\n\n8. Build project\n```bash\njust build-release\n```\n\n### Justfile\n\n```present just --list\nAvailable recipes:\n    build\n    build-release\n    clean\n    do DIR +RECIPE\n    do-all +RECIPE\n    fmt\n    fmt-check\n    lint\n    readme-check\n    readme-update\n    test\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feqtylab%2Fmcp-guardian","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feqtylab%2Fmcp-guardian","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feqtylab%2Fmcp-guardian/lists"}