Shield MCP
@modelShield
Shield MCP について
A shield for logging, deep debug and sanitization for MCP servers at development stage
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"shieldmcp": {
"command": "python",
"args": [
"-m",
"venv",
"venv"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Shield MCP?
Shield MCP is a security middleware for Model Context Protocol (MCP) servers. It enhances security and monitoring capabilities—like access control, output sanitization, and rate limiting—without modifying the official MCP SDK. It is designed for developers who want to secure and audit MCP tool calls following best practices.
How to use Shield MCP?
Install via pip (Python 3.8+ required), then import the decorator and helpers. Decorate your MCP tool functions with @secure_tool, passing an allowed tools whitelist, an optional sanitizer function, user/session IDs, and rate limit configuration. The middleware automatically enforces access control, sanitizes outputs, logs calls, and applies rate limits.
Key features of Shield MCP
- Whitelist-based tool access control
- Configurable result sanitization (text length, sensitive patterns)
- Structured audit logging via structlog
- Token‑bucket rate limiting (requests per minute, burst size)
- Standardized error handling and formatting
- Compatible with MCP Inspector
Use cases of Shield MCP
- Restrict which tools a client can call in a multi‑user MCP server
- Sanitize tool outputs to remove credit card numbers or email addresses
- Log all tool invocations with user and session IDs for compliance
- Prevent abuse by throttling requests with configurable rate limits
- Add a security layer to existing MCP tools without modifying their code
FAQ from Shield MCP
What are the system requirements for Shield MCP?
Python 3.8 or higher and pip. Virtualenv is recommended for development.
Does Shield MCP modify the MCP SDK?
No. It works as a middleware layer that intercepts and secures tool calls without altering the official SDK.
What logging library does Shield MCP use?
It uses structlog for structured, production‑ready audit logging.
Can I use Shield MCP with the MCP Inspector?
Yes, Shield MCP is designed to be fully compatible with the MCP Inspector tool.
How do I define which tools are allowed?
Pass a set of allowed tool names to the @secure_tool decorator’s allowed_tools parameter. Only tools in that whitelist will be permitted.
「その他」の他のコンテンツ
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
Codelf
unbugA search tool helps dev to solve the naming things problem.
Website
FunnyWolfAdversary simulation and Red teaming platform with AI
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
コメント