Mcp Parapet

security MCP Server

Local-first security middleware for MCP servers. Content scanning, prompt-injection defence, trust boundaries, manifest integrity, and audit trails. No API keys, no telemetry. OWASP MCP Top 10 aligned.

VerifiedInstall Ready
securitysecurity
3 views0 stars0 forksMIT

Why This Matters

Discovered via github-topic:mcp-server and last synced 3mo ago.

VerifiedInstall Ready
Source
github-topic:mcp-server
Stars
0
Last synced
3mo ago
Install
Instructions detected

Install

1. Install the package

pip install mcp-parapet
18
Tools
0
Resources
0
Prompts
Standard I/O
Transport

Available Tools (18)

Status

How mcp-parapet addresses it

none

Block all tool calls

PARAPET_AUDIT_FILE

Audit log file path

Level

Permissions

basic

Read-only operations

PARAPET_LOG_LEVEL

Log level (DEBUG, INFO, WARNING, ERROR)

verified

Standard operations *(default)*

PARAPET_POLICY_PII

Override PII policy

trusted

All operations including writes

PARAPET_POLICY_SECRETS

Override secrets policy

privileged

Admin/system-level operations

PARAPET_POLICY_INJECTION

Override injection policy

redact

reject scan_tool_arguments: true scan_tool_responses: true audit: enabled: true log_file: parapet-audit.jsonl integrity: enabled: true alert_on_change: true block_on_change: false rate_limit: default_per_minute: 60 default_per_hour: 1000 servers: my-trusted-server: trust_level: trusted third-party-server: trust_level: basic allowed_tools: - search - read max_calls_per_minute: 10 ``` ### Environment Variables

mcp-parapet

Snyk Agent Scan (mcp-scan)

PARAPET_SIGNING_KEY

HMAC signing key for manifest integrity

Stage

What it catches

PARAPET_CONFIG

Path to config file

Paid

mcp-parapet is not a replacement for enterprise MCP gateways. If you need OAuth 2.1, SSO, multi-tenant RBAC, and managed cloud dashboards, use TrueFoundry or Lasso. If you need a free, local-first security layer that you can `pip install` and forget — that's mcp-parapet. ## CLI Reference ``` mcp-parapet wrap [--name NAME] [--config FILE] -- <command> [args...] mcp-parapet scan <file