Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI โ†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE โ†— (opens in a new tab)
  • llms.txt โ†— (opens in a new tab)
  • Catalog JSON โ†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub โ†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
ยฉ 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. ๐Ÿ”’ Security
  3. Mastyf.ai
Mastyf.ai logo
Health: ActiveRecent health check succeeded.Last checked 9/11/2026, 1:31:39 PM

Mastyf.ai

User RatingsBe the first to rate and review this MCP server!
View Repository18 GitHub StarsTotal stargazers on GitHub for the source repository (18 stars).Visit Website
securitymcpruntime-proxyaudit

Intercepts MCP tool calls, applies YAML policies and security checks, and logs or blocks actions before execution.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent โ€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Manual Client & Custom JSON ConfigExpand JSON โ–พ

Client Config & Setup

Remote HTTP
Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "mastyf-ai-mastyf-ai": {
      "url": "http://localhost:4000/mcp"
    }
  }
}

๐Ÿ’ก Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing Alternatives๐Ÿ”’ More in Security

Overview

The mastyf-ai/mastyf.ai MCP server proxies AI tool calls through layered security checks before they reach connected infrastructure. It combines pattern detection, schema validation, optional semantic review, YAML policies, and an audit dashboard to allow, warn on, or block requests. The project targets threats such as prompt injection, path traversal, shell injection, SSRF, secret leakage, and data exfiltration. Reach for it when MCP clients need local runtime enforcement and visibility over tool activity.

Use cases

โ€ขBlock suspicious MCP tool arguments before execution
โ€ขAudit AI tool calls during an initial rollout
โ€ขApply YAML rules for sensitive paths and shell commands
โ€ขReview tool activity and policy violations in a dashboard

Key features

โ€ขThree-stage tool-call enforcement
โ€ขYAML policy engine with audit, warn, and block modes
โ€ขProtection against injection, SSRF, exfiltration, and shell attacks
โ€ขOptional semantic review with Ollama or a cloud model
โ€ขDashboard for activity, threats, policies, and cost estimates
โ€ขHTTP bridge for MCP JSON-RPC requests

Capabilities & Tool Schemas

Inspect callable tools, capabilities, and parameters exposed to AI agents by Mastyf.ai.

Extracted Tool Capabilities
Three-stage tool-call enforcement
YAML policy engine with audit, warn, and block modes
Protection against injection, SSRF, exfiltration, and shell attacks
Optional semantic review with Ollama or a cloud model
Dashboard for activity, threats, policies, and cost estimates
HTTP bridge for MCP JSON-RPC requests

How Mastyf.ai works

What mastyf-ai/mastyf.ai MCP server does

The mastyf-ai/mastyf.ai MCP server places a security proxy between AI clients and the MCP tools they invoke. It receives tool calls, evaluates their arguments and structure, applies configured rules, and forwards only requests that pass enforcement. Failed checks stop the tool call before it reaches the underlying infrastructure, while decisions and request details are recorded for review.

The README describes protections for prompt injection, sensitive-path access, secret exfiltration, shell commands, unauthorized data transfers, SSRF targets, encoding-based evasion, runaway usage, and tool-definition changes during a session. The architecture lists Cursor, Claude Desktop, and Cline as example AI clients, with filesystem tools, GitHub, databases, and APIs among the protected destinations.

How it works

Each request moves through three enforcement stages. Pattern detection scans for suspicious strings such as injection attempts, dangerous paths, credentials, shell syntax, and encoded content. Schema validation then rejects malformed JSON-RPC messages, invalid payloads, and arguments that exceed configured size limits. A semantic review stage can inspect borderline requests with Ollama or another configured cloud model; without a model, the proxy falls back to heuristics.

Policies are stored in YAML and can define the operating mode, default action, argument patterns, and call-rate limits. The supported modes are audit, warn, and block. Audit records activity without stopping calls, warn records and flags requests while forwarding them, and block prevents policy violations from executing. Policy changes can be hot-reloaded through the dashboard.

Setup and configuration

The documented build path for the mastyf-ai/mastyf.ai MCP server starts from a Linux checkout. It requires Git, and the supplied setup script installs Nix when necessary, enables flakes, creates the development environment, installs dependencies, rebuilds native packages, and builds the project. After setup, start the local proxy and dashboard with node dist/cli.js start; the documented dashboard address is http://localhost:4000.

The HTTP bridge can be checked by sending a JSON-RPC tools/list request to /mcp. A default local development configuration disables dashboard authentication, so the README warns against exposing port 4000 publicly unless dashboard authentication is enabled. Rules are maintained in default-policy.yaml, and templates for HIPAA, PCI-DSS, GxP, and data residency are provided in policy-templates/.

Tools and capabilities

The local dashboard provides several operational views:

  • Protection metrics, triggered rules, and a live threat feed
  • Activity records with tool arguments, outcomes, and timestamps
  • A policy editor with YAML hot reload
  • A threat-testing area for reviewing proposed attack tests
  • Per-call token usage and cost estimates

The repository also describes coordinated CI and runtime security processes. CI checks include source, dependency, and configuration scanning, adversarial fixtures, evasion probes, Node/Python parity checks, and live stdio MCP tests. Runtime components maintain block statistics, support optional semantic auditing, generate rule suggestions, and calibrate labels and thresholds.

Limitations and notes

The material does not identify a required credential or paid API key for the local proxy. Semantic review is optional, but using a cloud model may introduce separate model-provider requirements. Dashboard authentication is not enabled in the default local development configuration. The README also describes a Python SDK and Docker image in the project description, but the documented quick start here uses the locally built Node CLI.

Read the full README โ†’View source on GitHub โ†’

Related MCP Servers

View all in Security View all alternatives
  • Scopeblind Gateway logoScopeblind Gateway

    Security gateway that wraps any MCP server with per-tool policies, approval gates, and optional Ed25519-signed receipts. Shadow mode logs every tool call; enforce mode blocks, rate-limits, or requires approval.

    ๐Ÿ”’ Security2 views
    Compare vs Scopeblind Gateway โ†’
  • Platform logoPlatform

    Governance proxy for MCP servers. Wraps any upstream server with policy evaluation, human approval workflows, and hash-chain audit trails. 18+ framework integrations. Apache 2.0 SDK.

    ๐Ÿ”’ Security3 views
    Compare vs Platform โ†’
  • Shield logoShield

    Local guardrail proxy for AI coding agents. Wraps any MCP server (stdio or Streamable HTTP) and blocks destructive tool calls โ€” DROP TABLE, rm -rf, force-push โ€” before they execute. MCP supply-chain protection: TOFU tool-catalog pinning against rug pulls, plus tool-description and tool-result scanning for tool poisoning and prompt injection. 51 starter rules, approval gates, audit logging. Single binary, Apache-2.0.

    ๐Ÿ”’ Security3 views
    Compare vs Shield โ†’
  • MCP Audit logoMCP Audit

    Transparent Go proxy that intercepts, signs, rate-limits, redacts, and audits all MCP JSON-RPC tool calls without modifying client or server.

    ๐Ÿ”’ Security3 views
    Compare vs MCP Audit โ†’

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks โ€” not a rating.

GitHub stars
18
Stargazers on the source repository.
Last commit
13d ago
Most recent push to the default branch.
Directory activity
4 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet โ€” be the first to share how this listing worked for you.

Frequently Asked Questions about Mastyf.ai

Clone the repository on Linux, run the provided setup.sh script, and start the built proxy with node dist/cli.js start. The setup script creates the Nix-based development environment and builds the project.

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewMastyf.ai AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/mastyf-ai-mastyf-ai?style=directory)](https://allmcps.com/mcp/mastyf-ai-mastyf-ai)
HTML Embed
<a href="https://allmcps.com/mcp/mastyf-ai-mastyf-ai"><img src="https://allmcps.com/api/badge/mastyf-ai-mastyf-ai?style=directory" alt="Mastyf.ai on AllMCPs" /></a>

Technical Specs & Signals

Category๐Ÿ”’Security
PricingFree
More technical detailsExpand โ–พ
TransportSSE (Remote)
AuthNo auth required
LicenseAGPL-3.0
ClientsClaude Desktop, Cursor, Cline / VS Code
Last updatedSep 4, 2026
7/10 checks healthy over the last 32d
Views4
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars18
GitHub Star CountTotal stargazers on GitHub representing community popularity (18 stars).
Last commit13d ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Aug 29, 2026
56Quality signal: Good ยท 56/100How this signal is calculated โ–พ
Server availabilityNot measured

Not scored for repo-hosted servers โ€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools25/30
Adoption & activity6/15
Community engagement1/10

A guidance signal from public completeness & health data โ€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

โ˜… FeaturedAllMCPs Server logo

AllMCPs Server

The official MCP server for AllMCPs.com - submit and manage tools directly from your AI. The open directory for MCP servers. Connect Claude, Cursor, Windsurf, and AI agents to databases, tools, files, and APIs. Explore 10,000+ servers. AllMCPs is the premier, open directory for discovering, evaluating, and installing Model Context Protocol (MCP) servers to equip AI agents and LLMs with real-world superpowers.

Explore Server โ†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge โ€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it โ€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in ๐Ÿ”’ Security โ†’Best MCP servers for Security โ†’Alternatives to Mastyf.ai โ†’Install in Claude DesktopInstall in CursorInstall in VS Code