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. Jamjet Policy
Jamjet Policy logo
Health: ActiveRecent health check succeeded.Last checked 9/9/2026, 3:04:26 PM

Jamjet Policy

User RatingsBe the first to rate and review this MCP server!
View Repository2 GitHub StarsTotal stargazers on GitHub for the source repository (2 stars).
mcpsecuritypolicyaudit

Applies YAML-defined blocking, approval, audit, and budget rules to MCP tool calls 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.

One-click editor setup isn’t available for this listing yet — we don’t have a confirmed install command, and we’d rather show nothing than point your editor at the wrong package or host. Follow the project’s own setup instructions, linked above.

Manual Client & Custom JSON ConfigExpand JSON â–¾
No confirmed setup config for this listing yet. We only publish a config block when the install details come from the project itself — its README, its docs, or a verified owner. We haven’t found those for jamjet-labs/jamjet-policy, and we’d rather show nothing than a guess you’d paste into your client. Follow the project’s own setup instructions for the current steps.
Install Directory Badge Claim listing Alternatives🔒 More in Security

Overview

The jamjet-labs/jamjet-policy MCP server intercepts MCP stdio traffic and evaluates tools/call requests against a YAML policy before forwarding them to the target MCP server. Policies can block calls, require approval, record audits, or enforce a budget cap, with decisions written to a shared audit trail. Use it when an MCP deployment needs consistent action controls across MCP, Claude Code, OpenAI Agents SDK, or JamJet SDK adapters.

Use cases

•Block selected MCP tool calls before execution
•Require approval for sensitive agent actions
•Audit MCP policy decisions across adapters
•Apply budget caps to governed tool calls

Key features

•MCP stdio interception
•YAML policy configuration
•Tool-call blocking
•Approval requirements
•Budget caps
•Shared JSONL audit trail

Capabilities & Tool Schemas

Inspect callable tools, capabilities, and parameters exposed to AI agents by Jamjet Policy.

Extracted Tool Capabilities
MCP stdio interception
YAML policy configuration
Tool-call blocking
Approval requirements
Budget caps
Shared JSONL audit trail

How Jamjet Policy works

What jamjet-labs/jamjet-policy MCP server does

The jamjet-labs/jamjet-policy MCP server provides the MCP adapter for JamJet Policy. It runs as a stdio interceptor between an MCP client and the real MCP server, examining tools/call requests before they are passed onward.

Rules are defined in one YAML policy file. The supported decision types described by the project are blocking a request, requiring approval, auditing a request, and applying a budget cap. This makes the MCP adapter suitable for controlling which agent actions can proceed and for recording the resulting decisions.

The MCP package is one of several JamJet Policy adapters. The same policy format and audit JSONL schema are also used by the Claude Code PreToolUse hook, the OpenAI Agents SDK guardrail, and JamJet’s Python and TypeScript SDKs.

How it works

The interceptor receives MCP traffic over stdio and evaluates each applicable tools/call request against the configured YAML policy. A request may be denied, paused for approval, recorded, or constrained by the policy’s budget rules. Requests that pass the policy can then reach the underlying MCP server.

Policy decisions from the MCP adapter are part of a shared audit trail rather than an isolated MCP-only log. The repository states that jamjet audit show can tail decisions from every adapter, with audit data stored under /.jamjet/audit/. The command-line package also provides approve for the unified adapter workflow, although that package is separate from the MCP shim itself.

Setup and configuration

Configuration is based on a single policy.yaml file. The excerpt does not provide the file schema, a complete example, or the exact command used to start @jamjet/mcp-shim, so those details should be taken from the repository’s package documentation before deployment.

The project organizes the MCP implementation in packages/mcp-shim and identifies the package as @jamjet/mcp-shim. The policy specification is shared across adapters and is documented by the repository’s conformance/ material.

Tools and capabilities

The jamjet-labs/jamjet-policy MCP server supports these policy outcomes for MCP tool calls:

  • Block a request before it reaches the real MCP server.
  • Require approval before allowing a request to proceed.
  • Audit policy decisions using the shared JSONL audit format.
  • Apply a budget cap to governed actions.
  • Share policy behavior with the project’s other adapters.

Limitations and notes

The provided material describes an interceptor for MCP tools/call requests, not a catalog of business-specific MCP tools. It also does not specify supported MCP clients, authentication settings, environment variables, licensing, or a standalone installation command.

The repository contains multiple packages. Installing or configuring @jamjet/mcp-shim should not be confused with installing the Claude Code hook, OpenAI guardrail, CLI, or the Python and TypeScript SDKs. Those components use the same policy concepts, but the excerpt does not establish that they are bundled into the MCP interceptor.

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 →
  • Aegis logoAegis

    Policy-based governance for AI agent tool calls. YAML policies, approval gates, risk assessment, and audit logging. Cross-platform: LangChain, OpenAI, Anthropic, MCP.

    🔒 Security4 views
    Compare vs Aegis →
  • 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 →

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks — not a rating.

GitHub stars
2
Stargazers on the source repository.
Last commit
2mo ago
Most recent push to the default branch.
Directory activity
3 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 Jamjet Policy

The provided material identifies the implementation as `@jamjet/mcp-shim` in `packages/mcp-shim`, but does not include an exact installation or startup command.

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 PreviewJamjet Policy AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/jamjet-labs-jamjet-policy?style=directory)](https://allmcps.com/mcp/jamjet-labs-jamjet-policy)
HTML Embed
<a href="https://allmcps.com/mcp/jamjet-labs-jamjet-policy"><img src="https://allmcps.com/api/badge/jamjet-labs-jamjet-policy?style=directory" alt="Jamjet Policy on AllMCPs" /></a>

Technical Specs & Signals

Category🔒Security
PricingFree
More technical detailsExpand â–¾
AuthNo auth required
Last updatedSep 7, 2026
Views3
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 stars2
GitHub Star CountTotal stargazers on GitHub representing community popularity (2 stars).
Last commit2mo ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Jul 13, 2026
45Quality signal: Fair · 45/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 & tools21/30
Adoption & activity3/15
Community engagement0/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.

★ Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your 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 and attach your website — 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 Jamjet Policy →Install in Claude DesktopInstall in CursorInstall in VS Code